From b511f226556564b55f4b2d2e6dff37fa94ad7ff7 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Wed, 5 Feb 2025 09:11:17 +0100 Subject: [PATCH] fix: disable copilot plugin --- lua/weeheavy/plugins/copilot.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/weeheavy/plugins/copilot.lua b/lua/weeheavy/plugins/copilot.lua index d40acfa..5a140e2 100644 --- a/lua/weeheavy/plugins/copilot.lua +++ b/lua/weeheavy/plugins/copilot.lua @@ -4,6 +4,7 @@ return { "zbirenbaum/copilot.lua", lazy = true, + enabled = false, event = "InsertEnter", config = function() local copilot = require("copilot")