We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83dbe91 commit e118f0fCopy full SHA for e118f0f
README
@@ -1,13 +1,22 @@
1
-Usage:
+h1. Usage
2
3
-mkdir Projects
4
-cd Projects
5
-git clone git://github.com/scrooloose/vimfiles.git
6
-cd
+In your home directory, run:
+<pre><code>
+git clone git://github.com/scrooloose/vimfiles.git .vim
7
ln -s Projects/vimfiles .vim
8
-cat >.vimrc <<-EOT
+
+</code></pre>
9
10
+Put this stuff in your ~/.vimrc
11
12
source ~/.vim/vimrc
13
-let g:NERDTreeMapOpenSplit = 'i'
-colorscheme elflord
-EOT
14
+let g:NERDTreeMapOpenSplit = 'i'⋅
15
+colorscheme vibrantink
16
+set nu
17
+set sts=2
18
+set sw=2
19
+let g:fuzzy_ignore = "gems/*"
20
+set noswapfile
21
22
0 commit comments