From 7a7a8ace1dacfff121ce90110c7b5c8635d178c3 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Wed, 4 Feb 2026 16:34:45 +0100 Subject: plugin dump --- luasnip.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 luasnip.lua (limited to 'luasnip.lua') diff --git a/luasnip.lua b/luasnip.lua new file mode 100644 index 0000000..b4ff5fa --- /dev/null +++ b/luasnip.lua @@ -0,0 +1,10 @@ +return { + { + "L3MON4D3/LuaSnip", + -- follow latest release. + version = "v2.*", -- Replace by the latest released major (first number of latest release) + -- install jsregexp (optional!). + build = "make install_jsregexp", + dependencies = { "fiadra/chadsnips" }, + }, +} -- cgit v1.2.3