wip(neovim): initial take on supermaven

This commit is contained in:
2024-12-16 09:37:30 -03:00
parent 13badf66fa
commit f1bf528cfa

View File

@@ -264,4 +264,14 @@ return {
},
},
},
{
'supermaven-inc/supermaven-nvim',
opts = {
keymaps = {
accept_suggestion = '<C-y>',
clear_suggestion = '<C-d>',
accept_word = '<C-j>',
},
},
},
}