Update lazyvim to v14
Removed a bunch of plugins that are no longer needed.
This commit is contained in:
11
lua/plugins/blink.lua
Normal file
11
lua/plugins/blink.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"saghen/blink.cmp",
|
||||
opts = {
|
||||
completion = {
|
||||
trigger = {
|
||||
show_in_snippet = false,
|
||||
},
|
||||
},
|
||||
keymap = { preset = "super-tab" },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user