mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
14 lines
336 B
Lua
14 lines
336 B
Lua
-- Chat with GitHub Copilot in Neovim
|
|
-- https://github.com/CopilotC-Nvim/CopilotChat.nvim
|
|
return {
|
|
{
|
|
"CopilotC-Nvim/CopilotChat.nvim",
|
|
branch = "canary",
|
|
dependencies = {
|
|
{ "zbirenbaum/copilot.lua" }, -- or github/copilot.vim
|
|
{ "nvim-lua/plenary.nvim" }, -- for curl, log wrapper
|
|
},
|
|
opts = {},
|
|
},
|
|
}
|