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',
|
'supermaven-inc/supermaven-nvim',
|
||||||
opts = {
|
opts = {
|
||||||
keymaps = {
|
keymaps = {
|
||||||
accept_suggestion = '<C-y>',
|
accept_suggestion = '<Tab>',
|
||||||
clear_suggestion = '<C-d>',
|
clear_suggestion = '<C-]>',
|
||||||
accept_word = '<C-j>',
|
accept_word = '<C-j>',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user