[neovim] Treesitter error when opening panel on Homebrew installation of nvim #138598
Replies: 2 comments 3 replies
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
I have reported this as a Neovim bug at neovim/neovim#30711. |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
When using the officially supported
github/copilot.vim
plugin on both MacOS and Linux (PopOS), an error message is always displayed when attempting to run either the:Copilot
or:Copilot panel
command. The plugin itself works fine. The error message can be dismissed by pressing enter and the panel loads up as intended.However, it is a bit tedious having to dismiss the error message each time I wish to use the panel. The error message can be found below:
A few bits of additional context:
$HOME/.local/share/nvim
,$HOME/.local/state/nvim
and$HOME/.cache/nvim
copilot.lua
orCopilotChat.nvim
), only the officialcopilot.vim
pluginAs mentioned, the plugin does work, it's just this error that always pops up prior to opening the panel that needs to be dismissed each time. Is this a limitation of the Homebrew version of Neovim?
Beta Was this translation helpful? Give feedback.
All reactions