nvim/lua/plugins/cmp.lua

13 lines
476 B
Lua
Raw Normal View History

2025-01-06 08:45:49 -08:00
return {
{
"saghen/blink.cmp",
opts = {
-- 'default' for mappings similar to built-in completion
-- 'super-tab' for mappings similar to vscode (tab to accept, arrow keys to navigate)
-- 'enter' for mappings similar to 'super-tab' but with 'enter' to accept
-- See the full "keymap" documentation for information on defining your own keymap.
keymap = { preset = "super-tab" },
},
},
}