feat: Add custom opts to LuaSnip

This commit is contained in:
punkfairie 2025-01-04 21:52:14 -08:00
parent b9991da218
commit 2f8570871f
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -10,6 +10,8 @@ return {
require('luasnip').setup({
history = true,
delete_check_events = 'TextChanged',
store_selection_keys = '<TAB>',
update_events = 'TextChanged,TextChangedI',
})
-- friendly-snippets