feat(neovim): add supermaven copilot like plugin #173

Merged
joao.dubas merged 5 commits from jpd-use-supermaven into main 2025-02-09 20:15:52 +00:00
Showing only changes of commit f1bf528cfa - Show all commits

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