tomgco / .vim

My vim config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tom Gallacher's Vim setup

This is my Vim setup. Please feel free to use it.

I've based this on the excellent Vimcast by Drew Neil and forked from PabloSerbo

Installation

 git clone git@github.com:tomgallacher/.vim.git

Create symlinks

ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc

Switch to the ~/.vim directory, and fetch submodules:

cd ~/.vim
git submodule init
git submodule update

About

My vim config


Languages

Language:Vim Script 100.0%