~muffinresearch/+junk/dotvim

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Vim Directory 
==============

This branch is my collection of vim plugins along with a .vimrc file

Installation
------------

Checkout the branch to .vim in your home directory. e.g:

.. sourcecode:: sh 

    cd
    bzr co lp:~muffinresearch/+junk/dotvim .vim
    ln -s .vim/.vimrc .vimrc #skip this step if you have a .vimrc

Installing plugins in bundle directory
--------------------------------------

From .vim run:

.. sourcecode:: sh

    make get

This clones git branches to ~/.vim/bundles to get up to date versions of various plugins

Updating bundled plugins
-------------------------

from ~/.vim run:

.. sourcecode::

    make update