eclim
eclim copied to clipboard
Can't disable Javascript validation on save
I am not able to disable validation of javascript files on save. Each time :w a dot js file, the message Unable to find 'jsl' command. appears at the bottom.
I set paramater JavascriptValidate to 0 through :VimSettings and added let g:EclimJavascriptValidate = 0 to .vimrc but both have no effect.
Eclim version: 2.7.0
EDIT
Diving through vim part of Eclim code i found the setting: g:EclimJavascriptLintEnabled that when set to 0 does the trick.