Add copilot chat
This commit is contained in:
parent
fba13a38bf
commit
220a47a19e
2 changed files with 14 additions and 0 deletions
13
lua/custom/plugins/copilot-chat.lua
Normal file
13
lua/custom/plugins/copilot-chat.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
--Copilot chat
|
||||
return {
|
||||
{
|
||||
"CopilotC-Nvim/CopilotChat.nvim",
|
||||
dependencies = {
|
||||
{ "nvim-lua/plenary.nvim", branch = "master" },
|
||||
},
|
||||
build = "make tiktoken",
|
||||
opts = {
|
||||
-- See Configuration section for options
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue