Skip to content

Commit 0ee3e91

Browse files
committed
README instructions
1 parent fd55854 commit 0ee3e91

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Usage
2+
3+
Clone this repo into your home directory either as .vim (linux) or vimfiles (MF
4+
Windows).
5+
6+
Then cd into the repo and run this to get the snippets submodule:
7+
8+
git submodule init
9+
git submodule update
10+
11+
Put this in your vimrc along with your personal hacks:
12+
13+
source ~/.vim/vimrc "linux
14+
source ~/vimfiles/vimrc "windows

0 commit comments

Comments
 (0)