You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch to YAML file buffer and run :Copilot status. I get the following error - [Copilot] Disabled ('filetype' yaml rejected by internal_filetypes[yaml])
The text was updated successfully, but these errors were encountered:
A point to note, I had installed gihub/copilot.vim before installing this plugin. I am wondering if there is lingering config from that plugin that is preventing me from overriding defaults.
Using only ["."] = true, does not work for markdown, but explicitly adding markdown = true, does. BUT
It did not automatically start Copilot inside the markdown buffer (other buffers like make, C++, Python worked without any issue).
I had to run Copilot enable manually.
Enabled copilot for Markdown and Yaml with following -
Exit out of nvim and enter again.
Open a yaml file. Copilot is not loaded.
Open a JSON file and Copilot is loaded.
Switch to YAML file buffer and run
:Copilot status
. I get the following error -[Copilot] Disabled ('filetype' yaml rejected by internal_filetypes[yaml])
The text was updated successfully, but these errors were encountered: