forked from vim-syntastic/syntastic
-
Notifications
You must be signed in to change notification settings - Fork 0
(v3.7.0) Racket: code ayatollah
LCD 47 edited this page Oct 6, 2015
·
1 revision
Maintainer: LCD 47 [email protected]
code-ayatollah is a style checker for Racket, written by Eli Barzilay.
Download code-ayatollah.rkt and point
g:syntastic_racket_code_ayatollah_script
to it:
let g:syntastic_racket_code_ayatollah_script = '/path/to/code-ayatollah.rkt'
Of course, you also need racket.
If you're checking files containing tab characters then Vim's tabstop
has to
be set to 8, otherwise syntastic will highlight the errors at shifted positions.
set tabstop=8
[Syntastic Wiki][0] [0]: https://github.com/scrooloose/syntastic/wiki/