From 6acf4ef686d2f7ac60858f02e63cd5717c97e242 Mon Sep 17 00:00:00 2001 From: cool-mist Date: Thu, 28 May 2026 13:29:37 +0530 Subject: [PATCH] remove copilot --- init.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/init.lua b/init.lua index 2213dc6..da4fa1d 100644 --- a/init.lua +++ b/init.lua @@ -328,12 +328,6 @@ lazy.setup({ end }, - -- Copilot!! - -- { - -- "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 -- (and dap servers). Mason-lspconfig is the plugin that will configure the lsp servers