From 26694e09e8f5bf2262737312e7ad217118db20de Mon Sep 17 00:00:00 2001 From: joott Date: Wed, 30 Jul 2025 15:53:29 -0400 Subject: switching to yadm --- nvim/after/plugin/luasnip.lua | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 nvim/after/plugin/luasnip.lua (limited to 'nvim/after/plugin/luasnip.lua') diff --git a/nvim/after/plugin/luasnip.lua b/nvim/after/plugin/luasnip.lua deleted file mode 100644 index 140d9b2..0000000 --- a/nvim/after/plugin/luasnip.lua +++ /dev/null @@ -1,10 +0,0 @@ --- Somewhere in your Neovim startup, e.g. init.lua -require("luasnip").config.set_config({ -- Setting LuaSnip config - enable_autosnippets = true, - store_selection_keys = "", - region_check_events = 'InsertEnter', - delete_check_events = 'InsertLeave' -}) - --- Load all snippets from the nvim/LuaSnip directory at startup -require("luasnip.loaders.from_lua").load({paths = "~/.config/nvim/snips/"}) -- cgit v1.3