diff options
Diffstat (limited to 'doc/INSTALL')
| -rw-r--r-- | doc/INSTALL | 5 |
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) |
| 28 | cd bundle/YouCompleteMe | 28 | cd bundle/YouCompleteMe |
| 29 | python2 ./install.py --clang-completer | 29 | python2 ./install.py --clang-completer |
| 30 | cd ~/.vim/ | ||
| 30 | 31 | ||
| 31 | 32 | ||
| 32 | step 7) | 33 | # step 7) |
| 33 | cd bundle/color-coded | 34 | cd bundle/color-coded |
| 34 | cmake . | 35 | cmake . |
| 36 | make | ||
| 37 | cd ~/.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 |
