vim: install syntastic file directly inside the vim directory
authorJean Privat <jean@pryen.org>
Wed, 30 May 2012 02:51:10 +0000 (22:51 -0400)
committerJean Privat <jean@pryen.org>
Wed, 30 May 2012 02:51:10 +0000 (22:51 -0400)
No manual installation of the file is then required thanks to pathogen.

Signed-off-by: Jean Privat <jean@pryen.org>

misc/README
misc/vim/syntax_checkers/nit.vim [moved from misc/syntastic/nit.vim with 100% similarity]

index f7cdcff..5166943 100644 (file)
@@ -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