From 25ad02e12d1b6715eb0e46e24163476631266525 Mon Sep 17 00:00:00 2001 From: LCD 47 Date: Wed, 20 May 2015 10:39:51 +0300 Subject: [PATCH] README: add a link to the vim-eastwood plugin. --- README.markdown | 3 ++- plugin/syntastic.vim | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 72d54e82..61410c88 100644 --- a/README.markdown +++ b/README.markdown @@ -67,7 +67,7 @@ the corresponding supported checkers. A number of third-party Vim plugins also provide checkers for syntastic, for example: [omnisharp-vim][25], [rust.vim][12], [syntastic-extras][26], -[syntastic-more][27], and [vim-swift][24]. +[syntastic-more][27], [vim-eastwood][28], and [vim-swift][24]. Below is a screenshot showing the methods that Syntastic uses to display syntax errors. Note that, in practise, you will only have a subset of these methods @@ -456,6 +456,7 @@ a look at [jedi-vim][7], [python-mode][8], or [YouCompleteMe][9]. [25]: https://github.com/OmniSharp/omnisharp-vim [26]: https://github.com/myint/syntastic-extras [27]: https://github.com/roktas/syntastic-more +[28]: https://github.com/venantius/vim-eastwood