Files
neovim-config/lua/plugins/blink.lua
Tyler Hallada aa39f326cc Update lazyvim to v14
Removed a bunch of plugins that are no longer needed.
2025-01-10 12:16:07 -05:00

12 lines
174 B
Lua

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