jonathan-beebe / .vim

Jon Beebe's .vim folder + .vimrc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jon Beebe's .vim

Installation

Change to the desired directory.

cd /home/beebe/Source/

Clone the repo.

git clone git@github.com:somethingkindawierd/.vim.git vim
./init.sh

To update an existing installation:

    # pull changes from master
    git pull origin master
    ./init.sh

Link the vim folder and vimrc to correct location.

ln -s /home/beebe/Source/vim /home/beebe/.vim
ln -s /home/beebe/Source/vim/vimrc /home/beebe/.vimrc

Enjoy.

More Information

For more VIM goodness, check out Jon Beebe's VIM Tips wiki. It comes complete with compilation/installation instructions, as well as advanced ctags use for php and javascript.

About

Jon Beebe's .vim folder + .vimrc


Languages

Language:Vim Script 99.8%Language:Shell 0.2%