feat: Add custom opts to LuaSnip
This commit is contained in:
parent
b9991da218
commit
2f8570871f
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ return {
|
|||
require('luasnip').setup({
|
||||
history = true,
|
||||
delete_check_events = 'TextChanged',
|
||||
store_selection_keys = '<TAB>',
|
||||
update_events = 'TextChanged,TextChangedI',
|
||||
})
|
||||
|
||||
-- friendly-snippets
|
||||
|
|
Loading…
Reference in a new issue