From b952e2bc23784235de3504789b704bd4c836ba49 Mon Sep 17 00:00:00 2001 From: flaviut Date: Wed, 5 Mar 2014 17:51:38 -0500 Subject: [PATCH] Reccomend Synastic --- README.markdown | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 4c7448e..c702c80 100644 --- a/README.markdown +++ b/README.markdown @@ -15,7 +15,8 @@ modified python.vim (http://www.vim.org/scripts/script.php?script_id=790). #Installation Installing `nimrod.vim` is easy but first you need to have either pathogen plugin or vundle -installed. If you already have one working then skip to the [final step](README.markdown#final-step) +installed. If you already have one working then skip to the [final step](README.markdown#final-step). +It is also recommened that you use the [syntastic](https://github.com/scrooloose/syntastic) plugin for best results. ##Pathogen @@ -41,6 +42,10 @@ like this: cd ~/.vim/bundle git clone git://github.com/zah/nimrod.vim.git + +You may also want to install synastic by calling + + git clone https://github.com/scrooloose/syntastic.git ##Vundle @@ -72,9 +77,9 @@ Modify your ~/.vimrc to get vundle running, lightly adapted from [Vundle's readm ###Step 2: Install nimrod.vim -On the line after `Bundle 'gmarik/vundle'`, add `Bundle 'zah/nimrod.vim'`. -Save `~/.vimrc` and restart vim. Execute `:BundleInstall` and wait for nimrod.vim -to be installed. +On the line after `Bundle 'gmarik/vundle'`, add `Bundle 'zah/nimrod.vim'`. You may also want +to add `Bundle 'scrooloose/syntastic'`. Save `~/.vimrc` and restart vim. Execute `:BundleInstall` +and wait for nimrod.vim to be installed. ##Final Step Next you *need to add this* to your `~/.vimrc`: