nvim/lua/custom/plugins/supermaven.lua
2025-06-23 18:53:30 +02:00

10 lines
168 B
Lua

return {
"supermaven-inc/supermaven-nvim",
opts = {
keymaps = {
accept_suggestion = "<C-y>",
clear_suggestion = "<C-]>",
accept_word = "<C-j>",
},
},
}