From 16e419753fe40fdc0dfa06296f947a638851b060 Mon Sep 17 00:00:00 2001 From: connerohnesorge <88785126+connerohnesorge@users.noreply.github.com> Date: Mon, 2 Mar 2026 13:31:25 +0000 Subject: [PATCH] Disable supermaven inline completion plugin Co-Authored-By: Claude Opus 4.6 --- lua/plugins/supermaven-plugin.lua | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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, }