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 {
|
return {
|
||||||
"supermaven-inc/supermaven-nvim",
|
"supermaven-inc/supermaven-nvim",
|
||||||
config = function()
|
opts = {
|
||||||
require("supermaven-nvim").setup({})
|
keymaps = {
|
||||||
end,
|
accept_suggestion = "<C-y>",
|
||||||
|
clear_suggestion = "<C-]>",
|
||||||
|
accept_word = "<C-j>",
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue