Remove copilot chat

This commit is contained in:
Michal Klebek 2026-03-28 09:41:22 +01:00
parent df29d17cac
commit 6542356a4b
1 changed files with 0 additions and 21 deletions

View File

@ -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 @<Tab> or /<Tab> for options.',
insert = '',
},
show_diff = {
full_diff = true,
},
},
},
},
}