So in this example here, hyper-statusline has blocked installation on win32 via
"os": [
"!win32"
],
Hyper will try to install it and fail, but since hypercwd comes after hyper-statusline in the plugins array, installation of it will not be triggered at all.
There also should be some sort of alert/warning when a plugin can't be installed because it is blocked.
Issue
So in this example here,
hyper-statusline
has blocked installation on win32 viaHyper will try to install it and fail, but since
hypercwd
comes afterhyper-statusline
in the plugins array, installation of it will not be triggered at all.There also should be some sort of alert/warning when a plugin can't be installed because it is blocked.