This repository was archived by the owner on Sep 20, 2023. It is now read-only.
-
Couldn't load subscription status.
- Fork 1.1k
Racket: code ayatollah
LCD 47 edited this page Jun 12, 2016
·
4 revisions
This file exists only as a historic reference. Documentation for syntastic
checkers is now included in the manual, please see :help syntastic-checkers
in Vim.
Maintainer: LCD 47 lcd047@gmail.com
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