Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

(v3.5.0) JavaScript: closurecompiler

LCD 47 edited this page Dec 13, 2014 · 1 revision

Maintainer: Motohiro Takayama mootoh@gmail.com

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

let g:syntastic_javascript_checkers = ['closurecompiler']

and set the path to the Google Closure Compiler:

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

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

Clone this wiki locally