feat: add CopilotChat.nvim

Actually, I've had this for a while but chose not to commit. Still unsure if
I'm going to keep it as I don't use it at all
This commit is contained in:
2025-10-04 19:57:29 -04:00
parent d1d853b80c
commit d4e620e28b
+15
View File
@@ -0,0 +1,15 @@
return {
{
"CopilotC-Nvim/CopilotChat.nvim",
dependencies = {
{ "zbirenbaum/copilot.lua" },
{ "nvim-lua/plenary.nvim", branch = "master" }, -- for curl, log and async functions
},
build = "make tiktoken", -- Only on MacOS or Linux
cmd = "CopilotChat",
opts = {
-- See Configuration section for options
},
-- See Commands section for default commands if you want to lazy load on them
},
}