neovim/runtime/autoload/health
Billy Vong eacd788cf5 :checkhealth: fix check for npm and yarn (#7569)
Fix bug that checked for npm AND yarn, where we wanted npm OR yarn.
But since we call `npm` exclusively, and it's highly unlikely you have
yarn installed without npm, let's just remove the yarn check altogether.

Addresses https://github.com/neovim/node-client/issues/41
2017-11-16 23:43:50 +01:00
..
nvim.vim health.vim: normalize slashes for script path (#7525) 2017-11-13 02:10:06 +01:00
provider.vim :checkhealth: fix check for npm and yarn (#7569) 2017-11-16 23:43:50 +01:00