From f7bbc5e6740f6199d7ed0fe704daaa7efd98c093 Mon Sep 17 00:00:00 2001 From: Tom Li Dobnik Date: Tue, 3 Mar 2026 18:46:16 +0100 Subject: nvim update --- .config/nvim-old/lua/config/snippets/all.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/nvim-old/lua/config/snippets/all.lua (limited to '.config/nvim-old/lua/config/snippets') diff --git a/.config/nvim-old/lua/config/snippets/all.lua b/.config/nvim-old/lua/config/snippets/all.lua new file mode 100644 index 0000000..e2a2ef1 --- /dev/null +++ b/.config/nvim-old/lua/config/snippets/all.lua @@ -0,0 +1,10 @@ +local ls = require("luasnip") +local s = ls.snippet +local t = ls.text_node +local i = ls.insert_node + +return { + s("hi", { + t("Hello, world!"), + }), +} -- cgit v1.2.3