Update lazyvim to v14

Removed a bunch of plugins that are no longer needed.
This commit is contained in:
2025-01-10 12:16:07 -05:00
parent 4fb33dac6a
commit aa39f326cc
13 changed files with 131 additions and 571 deletions

11
lua/plugins/blink.lua Normal file
View File

@@ -0,0 +1,11 @@
return {
"saghen/blink.cmp",
opts = {
completion = {
trigger = {
show_in_snippet = false,
},
},
keymap = { preset = "super-tab" },
},
}