Launch.nvim
Launch.nvim copied to clipboard
nvim-treesitter phpdoc parser dependency won't ever install
Hi, every time I open nvim I now see the following:
[nvim-treesitter] [0/1] Installing NPM dependencies of phpdoc parser
It never finishes installing, even if I leave it for a while.
So I did a little bit of research into this issue and it seems that this was resolved by updating node to version 14, but I cannot confirm as my system won't allow updating to 14 for some reason. I just decided to turn off phpdoc instead.
Had the same issue (along with what seems a slew of others) and adding phpdoc to the ignore sections in treesitter.lua got rid of the error message for me.