misc & cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user