-
Notifications
You must be signed in to change notification settings - Fork 814
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to customise syntastic #653
Comments
I have the same issue, i'm not able tu make it run |
I have the same issue. Adding this to my configuration to run the version of let s:eslint_path = system('PATH=$(npm bin):$PATH && which eslint')
let b:syntastic_javascript_eslint_exec = substitute(s:eslint_path, '^\n*\s*\(.\{-}\)\n*\s*$', '\1', '') only works if I run |
I am having the same issue. Trying to get ESLint to run in Vim to no avail. Tried to add my Syntastic config to |
Custom syntastic config in To use the local Note:
|
Hi, I'm trying to use Janus and add custom settings for Syntastic.
If I place the following in either
~/.vimrc.before
or~/.vimrc.after
the settings are not picked up:If I run
source ~/.vimrc.before
after Vim has init, the settings are picked up.What am I doing wrong?
Thanks!
The text was updated successfully, but these errors were encountered: