Daniel Nehrig
Daniel Nehrig
@Akselmo hammering down on the spacebar until it fits
minimal lua to reproduce the issue ```lua -- File To reproduce issues with a minimal setup vim.cmd([[set runtimepath=$VIMRUNTIME]]) vim.cmd([[set packpath=/tmp/nvim/site]]) local package_root = "/tmp/nvim/site/pack" local install_path = package_root .. "/packer/start/packer.nvim"...
disabling the plugin in the minimal lua will not crash neovim
@ben-hansske looking forward
the signs update if you create a new coverage report file the plugin reads from a json which contains file name ander line number etc to show it in vim...
is there any updates on this issue is still relevant
can confirm i had the same issue with max jobs removing it made it work for me. [3d847fb](https://github.com/danielnehrig/nvim/commit/3d847fb649df14d74a0ae085eb9ef0f4b9d48fdf)
also you can set `ulimit -n 4096` in your shell cfg to make packer work with a lot of plugins if it gets stuck while `PackerSync` `PackerInstall` i'm saying this...
> I'm experiencing this issue, but in my case it is happening the opposite. When I reached the number of 80 plugins packer got stuck. I am using lunarvim, and...