wbthomason / packer.nvim

A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
MIT License
7.72k stars 263 forks source link

Better handling of installation failures #1159

Open masaeedu opened 1 year ago

masaeedu commented 1 year ago

Hi there. Thank you for creating packer.nvim. I am a former user of vim-plug, and just finished migrating to packer, and for the most part have really enjoyed the experience.

While migrating, some of my packages failed to install correctly. Here is the information the installation log sidebar presents to me, after expanding the relevant nodes using <CR>:

image

I have a few problems with this user experience:

I am not sure if it's best to create separate issues for these problems, didn't want to spam the tracker, but I can do so if you feel this is appropriate.