CopilotC-Nvim / CopilotChat.nvim

Chat with GitHub Copilot in Neovim
https://copilotc-nvim.github.io/CopilotChat.nvim/
GNU General Public License v3.0
1.68k stars 78 forks source link

Edgy no longer working #228

Closed kevintraver closed 7 months ago

kevintraver commented 7 months ago

The current version sets filetype to markdown https://github.com/CopilotC-Nvim/CopilotChat.nvim/blob/f4f607cc52f7abdc8b7bba6126fa767455ff52e4/lua/CopilotChat/chat.lua#L44

Before release 2.0 the filetype was set to copilot-chat https://github.com/CopilotC-Nvim/CopilotChat.nvim/blob/60718ed6e806fa86fd78cb3bf55a05f1a74b257e/rplugin/python3/CopilotChat/handlers/vsplit_chat_handler.py#L14

deathbeam commented 7 months ago

We actually wanted to change this for stuff like nvim-cmp integrations anyway just was waiting for that, but can be done before that as well for sure

kevintraver commented 7 months ago

CopilotChat is working again with Edgy now. Thanks!