blob: 60715276103706a5ef381a716c9b9e1c955e5022 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# vim-cfg
Personal Vimrc + other addons
No doubt there are likely other ways of keeping your vim configuration and
all addons in source control, either way this is what I'm using.
# How to use this:
``` bash
cd $HOME
git clone --recurse-submodules https://git.riedstra.us/mitch/vim-cfg.git .vim
cd $HOME/.vim
./link-vimrc.sh
```
|