summary refs log tree commit diff
path: root/README.md
blob: cc31bf06e39d7d90d36b4d86f33a8cc552c2bde4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# VIM Configuration

My amazing VIM configuration

## Install

```
cd ~
git clone git://github.com/programble/dotvim.git .vim
ln -s .vim/.vimrc .vimrc
cd .vim
git submodule init
git submodule update
```