Closed kevintraver closed 7 months ago
The current version sets filetype to markdown https://github.com/CopilotC-Nvim/CopilotChat.nvim/blob/f4f607cc52f7abdc8b7bba6126fa767455ff52e4/lua/CopilotChat/chat.lua#L44
markdown
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
copilot-chat
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
CopilotChat is working again with Edgy now. Thanks!
The current version sets filetype to
markdown
https://github.com/CopilotC-Nvim/CopilotChat.nvim/blob/f4f607cc52f7abdc8b7bba6126fa767455ff52e4/lua/CopilotChat/chat.lua#L44Before 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