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

Show installation progress

Open glyh opened this issue 3 years ago • 1 comments
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

glyh avatar Jul 27 '22 03:07 glyh

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.

williamboman avatar Jul 28 '22 14:07 williamboman