From d44eac696ff11410a2923a1dddffca9ffde4806a Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 21 Oct 2025 09:52:22 +0100 Subject: [PATCH] Remove --- lua/plugins/copilot.lua | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 lua/plugins/copilot.lua diff --git a/lua/plugins/copilot.lua b/lua/plugins/copilot.lua deleted file mode 100644 index 458ece7..0000000 --- a/lua/plugins/copilot.lua +++ /dev/null @@ -1,21 +0,0 @@ --- return { --- 'zbirenbaum/copilot.lua', --- event = 'InsertEnter', --- config = function() --- require('copilot').setup { --- suggestion = { --- enabled = true, --- auto_trigger = true, --- keymap = { --- accept = '', --- }, --- }, --- filetypes = { --- yaml = true, --- markdown = true, --- gitcommit = true, --- gitrebase = true, --- }, --- } --- end, --- }