diff --git a/lua/custom/plugins/supermaven.lua b/lua/custom/plugins/supermaven.lua index 70fe306..ff78ebc 100644 --- a/lua/custom/plugins/supermaven.lua +++ b/lua/custom/plugins/supermaven.lua @@ -1,6 +1,10 @@ return { "supermaven-inc/supermaven-nvim", - config = function() - require("supermaven-nvim").setup({}) - end, + opts = { + keymaps = { + accept_suggestion = "", + clear_suggestion = "", + accept_word = "", + }, + }, }