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