We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c15196 commit 2b07762Copy full SHA for 2b07762
1 file changed
README.md
@@ -1,8 +1,12 @@
1
-#Installation:
+My Vim Profile
2
+
3
+# Installation
4
5
```bash
6
+ mkdir ~/.vim
7
git clone git://github.com/asears/dotvim.git ~/.vim
8
```
9
10
## Create symlinks:
11
12
ln -s ~/.vim/vimrc ~/.vimrc
@@ -14,3 +18,8 @@
14
18
git submodule init
15
19
git submodule update
16
20
21
22
+# Links
23
24
+https://github.com/amix/vimrc
25
+https://www.linode.com/docs/tools-reference/tools/introduction-to-vim-customization/
0 commit comments