Harry Han

Results 6 comments of Harry Han

> > > 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...