feat: add custom keymaps for supermaven
This commit is contained in:
parent
2a8721740f
commit
ced1dc1397
1 changed files with 7 additions and 3 deletions
|
|
@ -1,6 +1,10 @@
|
|||
return {
|
||||
"supermaven-inc/supermaven-nvim",
|
||||
config = function()
|
||||
require("supermaven-nvim").setup({})
|
||||
end,
|
||||
opts = {
|
||||
keymaps = {
|
||||
accept_suggestion = "<C-y>",
|
||||
clear_suggestion = "<C-]>",
|
||||
accept_word = "<C-j>",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue