Major changes including better ui and more keybinds :)

This commit is contained in:
2023-02-15 23:11:33 -05:00
parent 74c846a7b6
commit 70abc1f30f
24 changed files with 664 additions and 118 deletions

View 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"
}