Confusion On Installation/Configuration Process #232
Replies: 3 comments 6 replies
-
Those are my demos and config for v1. Could you try with my v2 config? https://github.com/jellydn/lazy-nvim-ide/blob/main/lua/plugins/extras/copilot-chat-v2.lua |
Beta Was this translation helpful? Give feedback.
-
FYI @deathbeam we should record the demo with v2 so the end user won't get confused. What do you think? |
Beta Was this translation helpful? Give feedback.
-
Hey @jellydn, thank you for such a speedy reply! Your config is amazing. However, is there a way to remove the separator (and instead have roles like before), and maybe customize how the |
Beta Was this translation helpful? Give feedback.
-
I quite new to
nvim
, so please excuse any questions that may seem trivial!I just installed this extension, and this is my current configuration:
This is all I have done. I am aware that I am also supposed to install some form of remote plugin for Neovim, but I am unsure how to do this. The docs in various places have different steps as to installation, and beyond what I have done for Lazy, I do not know what I need to do. It appears that commands like
CopilotChat
works, but others likeCopilotChatInPlace
are not commands. Even running:UpdateRemotePlugins
doesn't work.(I have checked #27, it doesn't help much, unfortunately)
Furthermore, on a tangent, my copilot chat simply looks like this:
As opposed to the demo:
Can somebody inform me as to how to configure Copilot Chat so that:
---
after every message**CopilotChat**
for the title, it is# CopilotChat
or something similar# User
as wellSorry for the large amount of questions, this plugin will be very helpful in migrating from VSCode!
Beta Was this translation helpful? Give feedback.
All reactions