From 2f8570871fd25cf0d82d326a668d72e833083abe Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sat, 4 Jan 2025 21:52:14 -0800 Subject: [PATCH] feat: Add custom opts to LuaSnip --- nvim/lua/plugins/coding/luasnip.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nvim/lua/plugins/coding/luasnip.lua b/nvim/lua/plugins/coding/luasnip.lua index 4a81cf4..97ab788 100644 --- a/nvim/lua/plugins/coding/luasnip.lua +++ b/nvim/lua/plugins/coding/luasnip.lua @@ -10,6 +10,8 @@ return { require('luasnip').setup({ history = true, delete_check_events = 'TextChanged', + store_selection_keys = '', + update_events = 'TextChanged,TextChangedI', }) -- friendly-snippets