mason.nvim
mason.nvim copied to clipboard
Show installation progress
trafficstars
Is your feature request related to a problem? Please describe.
As title, It would be nice if I can see the download progress of the program so that I know whether the network is not working, or it's merely taking a long time to download some packages.
Describe the solution you'd like
UI like packer.nvim would be ideal.
Describe potential alternatives you've considered
No response
Additional context
No response
Hello! Yes this is something I'd like to do as well. This is however non-trivial to implement as most asynchronous operations are externalized (file downloads are done via wget, curl, Invoke-WebRequest, Node installations are mostly done via npm etc.). The ability to extract meaningful progress information will vary greatly.