Harry Han
Harry Han
I have the same problem, any updates?
> > > After some search, I found a file at location ~/.local/share/nvim/site/opack/packer/start/nvim-treesitter/lua/nvim-treesitter.lua > > > The first line in this file was > > > ``` > > >...
Just to make sure others who are to read this know how to resolve the issue, what I did was simply adding `require("nvim-treesitter.install").prefer_git = true` in my `init.lua` file.
> > Looks like there is a workaround here #3612 > > Yes, thank you. That workaround solved my problem. > > I don't understand why that issue is closed...
What is the resolution of this issue?
Thanks! Very helpful!