JavaScript: closurecompiler - novaez/syntastic GitHub Wiki

Maintainer: Motohiro Takayama [email protected]

To enable this plugin, edit the .vimrc like this:

let g:syntastic_javascript_checker = "closurecompiler"

and set the path to the Google Closure Compiler:

let g:syntastic_javascript_closure_compiler_path = '/path/to/google-closure-compiler.jar'

It takes additional options for Google Closure Compiler with the variable g:syntastic_javascript_closure_compiler_options.