misc & cleanup
This commit is contained in:
parent
a3ea8a9f4d
commit
0aafb002b5
5 changed files with 33 additions and 55 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue