CopilotChat.nvim
CopilotChat.nvim copied to clipboard
Chat with GitHub Copilot in Neovim
Recently I started having issue with syntax highlighting in the chat window. Everything looks fine when generating the content but as soon as the bottom menu appears the syntax highlighting...
# Context GitHub Copilot for VS Code offers a range of useful sub-commands like /new, /fix, /explain, and /tests that enhance the coding experience. These commands allow users to generate...
Hello, I have tried to installed tiktoken in both way like this: ``` sudo luarocks install --lua-version 5.1 tiktoken_core luarocks install tiktoken_core ``` It's install sucessfully. But in neovim, it's...
### Discussed in https://github.com/CopilotC-Nvim/CopilotChat.nvim/discussions/288 Originally posted by **Andrej-Marsic** April 19, 2024 I assume in some cases it's the visual selection that gets passed to the prompt, but if one tries...
If we have a situation like this. --------------------------------------------------------------------------- ## User --- Can you give me python functin to sum two numbers. Also how to use it. Make it two different...
I want to follow the prompt sometimes and sometimes not. I have set `auto_follow_cursor = false` by default. When I change it to true, for example during a call to...
We have setup content exclusion using pattern matching in the copilot subscription of our organisation for some repos as we have some sensitive files there. It seems that this plugin...
I am using copilot through my VPS. - CopilotChat health is OK except tiktoken - CopilotChat works under machine wide VPN - copilot.vim works under the same proxy - CopilotChat...
Error ``` Error executing luv callback: ...ck/lazy/opt/CopilotChat.nvim/lua/CopilotChat/copilot.lua:501: attempt to index a nil value stack traceback: ...ck/lazy/opt/CopilotChat.nvim/lua/CopilotChat/copilot.lua:501: in function 'on_done' ...ck/lazy/opt/CopilotChat.nvim/lua/CopilotChat/copilot.lua:336: in function '_user_on_exit' ...rvim/site/pack/lazy/opt/plenary.nvim/lua/plenary/job.lua:240: in function '_shutdown' ...rvim/site/pack/lazy/opt/plenary.nvim/lua/plenary/job.lua:46: in function...
## Phenomenon When I use `:CopilotChatOptimise` on 1000 lines of code, it gets stuck at the end and Neovim becomes unresponsive. Pressing any key on the keyboard has no effect....