chore: disable Supermaven Pro
This commit is contained in:
parent
c1f92b1ede
commit
c9cb63d807
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue