tweak blink.cmp

This commit is contained in:
Seymur Bagirov 2025-02-24 19:45:27 +04:00
parent cf1e4aae1c
commit cbf70bfd51

View File

@ -11,7 +11,10 @@ return {
-- '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' },
keymap = { preset = 'super-tab', ['<CR>'] = { 'accept', 'fallback' } },
cmdline = {
keymap = { preset = 'super-tab' }
},
completion = {
menu = { border = 'single' },
documentation = { window = { border = 'single' } },