misc & cleanup

This commit is contained in:
siduck 2023-03-08 18:57:54 +05:30
parent a3ea8a9f4d
commit 0aafb002b5
5 changed files with 33 additions and 55 deletions

View file

@ -21,10 +21,7 @@ M.blankline = {
}
M.luasnip = function()
local options = {
history = true,
updateevents = "TextChanged,TextChangedI",
}
local options = { history = true, updateevents = "TextChanged,TextChangedI" }
require("luasnip").config.set_config(options)