feat: add custom keymaps for supermaven

This commit is contained in:
Simon Lasbrugnas 2025-06-23 18:53:30 +02:00
parent 2a8721740f
commit ced1dc1397
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -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>",
},
},
}