From c9cb63d807f0795528fbf1a86e012b618cff6c6b Mon Sep 17 00:00:00 2001 From: Simon Lasbrugnas Date: Mon, 4 Nov 2024 11:15:12 +0100 Subject: [PATCH] chore: disable Supermaven Pro --- lua/plugins/coding.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lua/plugins/coding.lua b/lua/plugins/coding.lua index 0df8655..98f2ac2 100644 --- a/lua/plugins/coding.lua +++ b/lua/plugins/coding.lua @@ -71,12 +71,12 @@ return { config = function(_, opts) require 'lsp_signature'.setup(opts) end, }, -- Supermaven (copilot) - { - "supermaven-inc/supermaven-nvim", - config = function() - require("supermaven-nvim").setup({}) - end, - }, + -- { + -- "supermaven-inc/supermaven-nvim", + -- config = function() + -- require("supermaven-nvim").setup({}) + -- end, + -- }, -- GitHub Copilot -- { "github/copilot.vim" }, -- Comment