aboutsummaryrefslogtreecommitdiff
path: root/doc/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'doc/INSTALL')
-rw-r--r--doc/INSTALL5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index 18a158a..cbe9e1f 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -27,11 +27,14 @@ vim -c ":set spell"
27# build YouCompleteMe (if you plan to use it) 27# build YouCompleteMe (if you plan to use it)
28cd bundle/YouCompleteMe 28cd bundle/YouCompleteMe
29python2 ./install.py --clang-completer 29python2 ./install.py --clang-completer
30cd ~/.vim/
30 31
31 32
32step 7) 33# step 7)
33cd bundle/color-coded 34cd bundle/color-coded
34cmake . 35cmake .
36make
37cd ~/.vim/
35 38
36# step 8) 39# step 8)
37# create an entry in file managers right click menu 'open with' allowing you to open the file in a vim tab 40# create an entry in file managers right click menu 'open with' allowing you to open the file in a vim tab
..