feat: nvim config updates

This commit is contained in:
2024-11-18 17:16:17 -05:00
parent 2e3c750979
commit 23bd867430
3 changed files with 27 additions and 127 deletions

View File

@@ -1,14 +1,12 @@
return {
"L3MON4D3/LuaSnip",
opts = {
history = true,
enable_autosnippets = false, -- don't automatically expand snippets.
updatevents = "TextChanged,TextChangedI",
},
config = function()
local ls = require("luasnip")
local types = require("luasnip.util.types")
ls.setup({
history = true,
enable_autosnippets = false,
updatevents = "TextChanged,TextChangedI",
extra_opts = {
[types.choiceNode] = {
active = {