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