feat(neovim): add supermaven copilot like plugin (#173)
Add [`supermaven`](https://supermaven.com/) copilot and configure it. Reviewed-on: #173 Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com> Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
This commit is contained in:
@@ -264,4 +264,14 @@ return {
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
'supermaven-inc/supermaven-nvim',
|
||||
opts = {
|
||||
keymaps = {
|
||||
accept_suggestion = '<C-y>',
|
||||
clear_suggestion = '<C-d>',
|
||||
accept_word = '<C-j>',
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user