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, - }, - }, - }, - }, -}