mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-19 16:51:10 +00:00
tweak blink.cmp
This commit is contained in:
parent
cf1e4aae1c
commit
cbf70bfd51
@ -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' } },
|
||||
|
Loading…
Reference in New Issue
Block a user