maralla / pack

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

Allow using nvim for processing helptags and more #34

Closed comfortablynick closed 5 years ago

comfortablynick commented 5 years ago

Neovim-only compatibility

I only have Neovim installed on my system, and I was getting a panic with "something went wrong" as the message after plugin installs. This PR allows nvim to be called at the end of the install process if vim returns NotFound. With this change, things seem to work fine (so far) with Neovim.

Fix clippy warnings

There are clippy warnings about redundant closures, but that may be a bug.

maralla commented 5 years ago

Thanks!