feat(neovim): use default keymaps for supermaven #180
@ -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