From 6542356a4bfe701bbd19425b98b8dbbd2b4a90ae Mon Sep 17 00:00:00 2001 From: Michal Klebek Date: Sat, 28 Mar 2026 09:41:22 +0100 Subject: [PATCH] Remove copilot chat --- lua/custom/plugins/copilot-chat.lua | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 lua/custom/plugins/copilot-chat.lua diff --git a/lua/custom/plugins/copilot-chat.lua b/lua/custom/plugins/copilot-chat.lua deleted file mode 100644 index fcadf653..00000000 --- a/lua/custom/plugins/copilot-chat.lua +++ /dev/null @@ -1,21 +0,0 @@ -return { -- https://github.com/CopilotC-Nvim/CopilotChat.nvim - { - 'CopilotC-Nvim/CopilotChat.nvim', - dependencies = { - { 'nvim-lua/plenary.nvim', branch = 'master' }, - }, - build = 'make tiktoken', - opts = { - mappings = { - -- Use tab for completion - complete = { - detail = 'Use @ or / for options.', - insert = '', - }, - show_diff = { - full_diff = true, - }, - }, - }, - }, -}