Disable copilot

This commit is contained in:
cool-mist
2026-03-08 20:10:46 +05:30
parent 87512c348d
commit 3acaf94e3b
+4 -4
View File
@@ -329,10 +329,10 @@ lazy.setup({
},
-- Copilot!!
{
"github/copilot.vim",
event = { "BufReadPre", "BufNewFile" },
},
-- {
-- "github/copilot.vim",
-- event = { "BufReadPre", "BufNewFile" },
-- },
-- lspconfig is the configuration framework for the nvim lsp client. It has best effort
-- configs for every language. Mason.nvim is the plugin that will install the lsp servers