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
The treesitter instalation gave the error above for me.
To Reproduce
Install Kickstart and run Neovim
Desktop
OS: WSL, Ubuntu
Terminal: Stock terminal
Neovim Version
0.9.5
Additional notes
The problem was fixed for me after adding require("nvim-treesitter.install").prefer_git = true as described here: [https://github.com/nvim-treesitter/nvim-treesitter/issues/3232]
I suspect that the issue may have happened because I am using a corporate PC with some network access limitations. I think it is worth mentioning in the good description provided by the init.lua file.