This plugin is a simple wrap of eslint_d.js eslint_d run an eslint server on the background, it reduces the linting time.
###vim-plug
Add this if you are using vim-plug
Plug 'ruanyl/vim-eslint', {'do': 'npm install'}
or cd path/to/vim-eslint
then run npm install
Then restart vim and run :PlugInstall
.
To update the plugin to the latest version, you can run :PlugUpdate
.
Basically no configuration needed, this plugin will set g:syntastic_javascript_eslint_exec
for you,
please do not overwrite this variable
Make sure you have:
let g:syntastic_javascript_checkers = ['eslint']
this plugin improve the linting speed significantly for me. Thanks to eslint_d.js