kitchen sink
This commit is contained in:
@ -13,6 +13,7 @@ return { 'L3MON4D3/LuaSnip',
|
||||
|
||||
luasnip.config.set_config {
|
||||
history = true, -- return back into snippet
|
||||
enable_autosnippets = true,
|
||||
|
||||
-- update on text insert and cursor hold
|
||||
updateevents = { "TextChanged", "TextChangedI", "CursorHold" },
|
||||
@ -26,8 +27,8 @@ return { 'L3MON4D3/LuaSnip',
|
||||
active = {
|
||||
virt_text = {{ "●", "@constant" }}
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
map({"i", "s"}, "<c-a>", function()
|
||||
|
Reference in New Issue
Block a user