feat(neovim): use default keymaps for supermaven
The previous keymaps conflicted with `LSP` ones.
This commit is contained in:
parent
995a5d69c7
commit
0e5628a319
@ -268,8 +268,8 @@ return {
|
||||
'supermaven-inc/supermaven-nvim',
|
||||
opts = {
|
||||
keymaps = {
|
||||
accept_suggestion = '<C-y>',
|
||||
clear_suggestion = '<C-d>',
|
||||
accept_suggestion = '<Tab>',
|
||||
clear_suggestion = '<C-]>',
|
||||
accept_word = '<C-j>',
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user