Reccomend Synastic
This commit is contained in:
parent
65a29ec92b
commit
b952e2bc23
1 changed files with 9 additions and 4 deletions
|
|
@ -15,7 +15,8 @@ modified python.vim (http://www.vim.org/scripts/script.php?script_id=790).
|
||||||
#Installation
|
#Installation
|
||||||
|
|
||||||
Installing `nimrod.vim` is easy but first you need to have either pathogen plugin or vundle
|
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
|
##Pathogen
|
||||||
|
|
||||||
|
|
@ -41,6 +42,10 @@ like this:
|
||||||
|
|
||||||
cd ~/.vim/bundle
|
cd ~/.vim/bundle
|
||||||
git clone git://github.com/zah/nimrod.vim.git
|
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
|
##Vundle
|
||||||
|
|
||||||
|
|
@ -72,9 +77,9 @@ Modify your ~/.vimrc to get vundle running, lightly adapted from [Vundle's readm
|
||||||
|
|
||||||
###Step 2: Install nimrod.vim
|
###Step 2: Install nimrod.vim
|
||||||
|
|
||||||
On the line after `Bundle 'gmarik/vundle'`, add `Bundle 'zah/nimrod.vim'`.
|
On the line after `Bundle 'gmarik/vundle'`, add `Bundle 'zah/nimrod.vim'`. You may also want
|
||||||
Save `~/.vimrc` and restart vim. Execute `:BundleInstall` and wait for nimrod.vim
|
to add `Bundle 'scrooloose/syntastic'`. Save `~/.vimrc` and restart vim. Execute `:BundleInstall`
|
||||||
to be installed.
|
and wait for nimrod.vim to be installed.
|
||||||
|
|
||||||
##Final Step
|
##Final Step
|
||||||
Next you *need to add this* to your `~/.vimrc`:
|
Next you *need to add this* to your `~/.vimrc`:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue