From 8afe3fa8d88ae56e96f65897935ef508581ac5f7 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 13 Feb 2026 18:08:30 +0100 Subject: * MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated-commit-by: dots Signed-off-by: Robert Günzler --- .config/nvim/after/luasnippets/all.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config/nvim/after/luasnippets/all.lua') diff --git a/.config/nvim/after/luasnippets/all.lua b/.config/nvim/after/luasnippets/all.lua index ed0c536..f7df4c6 100644 --- a/.config/nvim/after/luasnippets/all.lua +++ b/.config/nvim/after/luasnippets/all.lua @@ -1,3 +1,5 @@ +---@diagnostic disable: undefined-global return { - s({trig = 'today'}, t"today from luasnip") + s({trig = 'today'}, extras.partial(os.date, '%Y-%m-%d')), + s({trig = '->'}, c(1, {t"→", t"↪"})), } -- cgit 1.4.1