eclim icon indicating copy to clipboard operation
eclim copied to clipboard

Can't disable Javascript validation on save

Open TiBeN opened this issue 8 years ago • 0 comments

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.

TiBeN avatar Oct 20 '17 13:10 TiBeN