From 3acaf94e3b785921e66e00a3dd270b9e0f0fbd21 Mon Sep 17 00:00:00 2001 From: cool-mist Date: Sun, 8 Mar 2026 20:10:46 +0530 Subject: [PATCH] Disable copilot --- init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.lua b/init.lua index 4a7b67f..2213dc6 100644 --- a/init.lua +++ b/init.lua @@ -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