configure copilot chat

This commit is contained in:
Lorran David 2025-01-05 00:41:38 -03:00
parent 16494e5f05
commit 1fa821d61c
2 changed files with 45 additions and 10 deletions

View file

@ -20,15 +20,5 @@ return {
end,
},
{
"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
opts = {},
},
{ 'AndreM222/copilot-lualine' },
}