feat(neovim): use default keymaps for supermaven

The previous keymaps conflicted with `LSP` ones.
This commit is contained in:
João Paulo Dubas 2025-02-15 23:15:09 +00:00
parent 995a5d69c7
commit 0e5628a319
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -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>',
}, },
}, },