forked from vim-syntastic/syntastic
-
Notifications
You must be signed in to change notification settings - Fork 0
(v3.4.0) LESS: lessc
LCD 47 edited this page Dec 13, 2014
·
1 revision
Maintainer: Julien Blanchard [email protected]
lessc is a compiler for LESS. See the project's page for details.
To send additional options to less use the variable g:syntastic_less_options
.
The default is
let g:syntastic_less_options = "--no-color"
To use less-lint
instead of less
set the variable
g:syntastic_less_use_less_lint
.
[Syntastic Wiki][0] [0]: https://github.com/scrooloose/syntastic/wiki/