Major changes including better ui and more keybinds :)
This commit is contained in:
9
lua/core/overrides/snip.lua
Normal file
9
lua/core/overrides/snip.lua
Normal file
@ -0,0 +1,9 @@
|
||||
local ls = require('luasnip')
|
||||
|
||||
ls.config.set_config {
|
||||
-- return back into snippet
|
||||
history = true,
|
||||
|
||||
-- update on text insert
|
||||
updateevents = "TextChanged,TextChangedI"
|
||||
}
|
Reference in New Issue
Block a user