kabouzeid / nvim-lspinstall

Provides the missing :LspInstall for nvim-lspconfig
MIT License
526 stars 67 forks source link

🧶 Yarn Support #182

Closed derektata closed 2 years ago

derektata commented 2 years ago

This pull request adds yarn support to LspInstall.

From issue: https://github.com/kabouzeid/nvim-lspinstall/issues/167

It queries the system for npm or yarn prior to installing a language server, and if one of the commands is not available, it will use the other. However, if both are present, LspInstall will now default to using yarn. (for speed's sake)