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

JavaScript: closurecompiler

LCD 47 edited this page Jun 24, 2014 · 6 revisions

Maintainer: Motohiro Takayama [email protected]

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