Skip to content

Commit 100ced7

Browse files
committed
feat(copilotchat): change mapping prefix to <Leader>C
For some reason, this doesn't actually work. Tried a few other approaches that didn't work either. Committing the preferred non-working approach as a reminder to revisit this.
1 parent 5d736eb commit 100ced7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

lua/community.lua

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,19 @@ return {
7878
{ import = "astrocommunity.editing-support.copilotchat-nvim" },
7979
{
8080
"CopilotC-Nvim/CopilotChat.nvim",
81+
dependencies = {
82+
{
83+
"AstroNvim/astrocore",
84+
opts = {
85+
options = {
86+
g = {
87+
-- FIXME: This doesn't actually work
88+
copilot_chat_prefix = "<Leader>C",
89+
},
90+
},
91+
},
92+
},
93+
},
8194
opts = {
8295
model = "claude-3.7-sonnet-thought",
8396
},

0 commit comments

Comments
 (0)