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