Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Apr 18, 2024
1 parent d8c14c3 commit 89b6b2e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions lua/dotvim/pkgs/extra/misc/ai.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,34 @@ return {
}
end,
},
{
"CopilotC-Nvim/CopilotChat.nvim",
branch = "canary",
dependencies = {
"copilot.lua",
"plenary.nvim",
},
cmd = {
"CopilotChat",
"CopilotChatOpen",
"CopilotChatClose",
"CopilotChatToggle",
"CopilotChatReset",
"CopilotChatSave",
"CopilotChatLoad",
"CopilotChatDebugInfo",
"CopilotChatExplain",
"CopilotChatReview",
"CopilotChatFix",
"CopilotChatOptimize",
"CopilotChatDocs",
"CopilotChatTests",
"CopilotChatFixDiagnostic",
"CopilotChatCommit",
"CopilotChatCommitStaged",
},
opts = {},
},
{
"lualine.nvim",
opts = function(_, opts)
Expand Down

0 comments on commit 89b6b2e

Please sign in to comment.