wip(neovim): initial take on supermaven

This commit is contained in:
João Paulo Dubas 2024-12-16 09:37:30 -03:00
parent 13badf66fa
commit f1bf528cfa
No known key found for this signature in database

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