Update and remove supermaven.

This commit is contained in:
Sebastian Bugge 2025-04-06 18:17:49 +02:00
parent 83a7254254
commit b2c5a64844
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691
3 changed files with 18 additions and 34 deletions

View file

@ -1,14 +0,0 @@
return {
"supermaven-inc/supermaven-nvim",
config = function()
require("supermaven-nvim").setup({
keymaps = {
accept_word = "<C-y>",
accept_suggestion = "<C-j>",
clear_suggestion = "<C-n>",
},
disable_builtin_keymaps = false,
disable_keymaps = false,
})
end,
}