13 lines
476 B
Lua
13 lines
476 B
Lua
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" },
|
|
},
|
|
},
|
|
}
|