all repos

init.lua @ b9c3cb830c159d596ee1897897810c600f31c625

my nvim config
1 files changed, 2 insertions(+), 1 deletions(-)
refactor(copilot-chat): add more trigger commands for plugin load
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-07-09 17:47:44 +0300
Parent: cbda97a
M lua/plugins/copilot.lua

@@ -33,7 +33,8 @@ {

"CopilotC-Nvim/CopilotChat.nvim", dependencies = { "copilot.lua" }, enabled = enabled, - cmd = { "CopilotChat" }, + -- stylua: ignore + cmd = { "CopilotChat", "CopilotChatFix", "CopilotChatTests", "CopilotChatExplain", "CopilotChatDocs"}, build = "make tiktoken", keys = { { "<leader>C", ":CopilotChat ", mode = { "n", "v" } },