From: Jean Privat Date: Wed, 30 May 2012 02:51:10 +0000 (-0400) Subject: vim: install syntastic file directly inside the vim directory X-Git-Tag: v0.6~352^2~1 X-Git-Url: http://nitlanguage.org vim: install syntastic file directly inside the vim directory No manual installation of the file is then required thanks to pathogen. Signed-off-by: Jean Privat --- diff --git a/misc/README b/misc/README index f7cdcff..5166943 100644 --- a/misc/README +++ b/misc/README @@ -25,6 +25,6 @@ Ensure that your .vimrc contains * syntax highlighting * indentation + * syntax checker (require [Syntastic][2]). -# syntastic -Syntastic is a syntax checker for Vim. To use the Nit checker, install syntastic and copy syntastic/nit.vim in your syntastic/syntax_checkers folder. + [2]: https://github.com/scrooloose/syntastic diff --git a/misc/syntastic/nit.vim b/misc/vim/syntax_checkers/nit.vim similarity index 100% rename from misc/syntastic/nit.vim rename to misc/vim/syntax_checkers/nit.vim