maralla / pack

📦 The missing vim8 package manager.
MIT License
262 stars 17 forks source link

Show proper error when invalid package names are issued #54

Closed sudormrfbin closed 3 years ago

sudormrfbin commented 3 years ago

Currently uninstalling a non existent plugin fails silently with exit status 0. This PR shows a concise error message when an invalid package name is supplied and also provides feedback after the plugins are uninstalled. I'm still learning and grappling with rust so there'll definitely be room for improvement :)