diff --git a/lua/plugins/supermaven-plugin.lua b/lua/plugins/supermaven-plugin.lua index dedc046..f16ec1c 100644 --- a/lua/plugins/supermaven-plugin.lua +++ b/lua/plugins/supermaven-plugin.lua @@ -1,12 +1,12 @@ return { - "supermaven-inc/supermaven-nvim", - config = function() - require("supermaven-nvim").setup({ - keymaps = { - accept_word = "", - accept_suggestion = "" - }, - disable_inline_completion = false, - }) - end, + -- "supermaven-inc/supermaven-nvim", + -- config = function() + -- require("supermaven-nvim").setup({ + -- keymaps = { + -- accept_word = "", + -- accept_suggestion = "" + -- }, + -- disable_inline_completion = false, + -- }) + -- end, }