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,
|
||||
},
|
||||
-- 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue