luan / vimfiles

The Vim Configuration. Uses vim-plug to manage plugins.
172 stars 58 forks source link

yarn asked to be installed as a dependency - I don't do javascript #137

Closed zachgersh closed 5 years ago

zachgersh commented 5 years ago

pretty consistent yarn nag happening even though the files i am loading are in no way jabascript related:

nvim config dependency `yarn` not installed and is requred.
Error detected while processing function <SNR>3_checkDependencies:
line    4:
Missing dependencies detected. Please refer to the README for more information on how to install them.
Press ENTER or type command to continue

I haven't actually dug into why but wanted this issue to be a record.

zachgersh commented 5 years ago

@luan do you think there is a way to only ask for yarn if / when you open a js file?

luan commented 5 years ago

@zachgersh you probably meant to open this issue on https://github.com/luan/nvim

On that newer repo yarn is used for setting up the language server integrations and not only for javascript. See https://github.com/luan/nvim#installation for a short explanation of each dependency.