mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +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)
|
-- '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
|
-- 'enter' for mappings similar to 'super-tab' but with 'enter' to accept
|
||||||
-- See the full "keymap" documentation for information on defining your own keymap.
|
-- 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 = {
|
completion = {
|
||||||
menu = { border = 'single' },
|
menu = { border = 'single' },
|
||||||
documentation = { window = { border = 'single' } },
|
documentation = { window = { border = 'single' } },
|
||||||
|
Loading…
Reference in New Issue
Block a user