chore: disable Supermaven Pro

This commit is contained in:
Simon Lasbrugnas 2024-11-04 11:15:12 +01:00
parent c1f92b1ede
commit c9cb63d807
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -71,12 +71,12 @@ return {
config = function(_, opts) require 'lsp_signature'.setup(opts) end, config = function(_, opts) require 'lsp_signature'.setup(opts) end,
}, },
-- Supermaven (copilot) -- Supermaven (copilot)
{ -- {
"supermaven-inc/supermaven-nvim", -- "supermaven-inc/supermaven-nvim",
config = function() -- config = function()
require("supermaven-nvim").setup({}) -- require("supermaven-nvim").setup({})
end, -- end,
}, -- },
-- GitHub Copilot -- GitHub Copilot
-- { "github/copilot.vim" }, -- { "github/copilot.vim" },
-- Comment -- Comment