Launch.nvim icon indicating copy to clipboard operation
Launch.nvim copied to clipboard

nvim-treesitter phpdoc parser dependency won't ever install

Open apotenza92 opened this issue 3 years ago • 2 comments

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.

apotenza92 avatar Jul 13 '22 08:07 apotenza92

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.

ghost avatar Jul 20 '22 13:07 ghost

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.

chas-kane avatar Aug 23 '22 09:08 chas-kane