diff options
Diffstat (limited to 'doc/INSTALL')
-rw-r--r-- | doc/INSTALL | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/INSTALL b/doc/INSTALL index 50a2f08..18a158a 100644 --- a/doc/INSTALL +++ b/doc/INSTALL | |||
@@ -25,16 +25,20 @@ vim -c ":set spell" | |||
25 | 25 | ||
26 | # step 6) | 26 | # step 6) |
27 | # build YouCompleteMe (if you plan to use it) | 27 | # build YouCompleteMe (if you plan to use it) |
28 | cd plugins/YouCompleteMe | 28 | cd bundle/YouCompleteMe |
29 | python2 ./install.py --clang-completer | 29 | python2 ./install.py --clang-completer |
30 | 30 | ||
31 | 31 | ||
32 | # step 7) | 32 | step 7) |
33 | cd bundle/color-coded | ||
34 | cmake . | ||
35 | |||
36 | # step 8) | ||
33 | # create an entry in file managers right click menu 'open with' allowing you to open the file in a vim tab | 37 | # create an entry in file managers right click menu 'open with' allowing you to open the file in a vim tab |
34 | mkdir -p .local/share/Thunar/sendto/ | 38 | mkdir -p .local/share/Thunar/sendto/ |
35 | cp ~/.vim/gvim-tab.desktop ~/.local/share/Thunar/sendto/ | 39 | cp ~/.vim/gvim-tab.desktop ~/.local/share/Thunar/sendto/ |
36 | 40 | ||
37 | # step 8) | 41 | # step 9) |
38 | # add gvim functionality to thunar, so that sendto can be used to open a file in an existing vim instance (as a tab in this case) | 42 | # add gvim functionality to thunar, so that sendto can be used to open a file in an existing vim instance (as a tab in this case) |
39 | cp ~/.vim/gvim-tab.desktop ~/.local/share/applications/ | 43 | cp ~/.vim/gvim-tab.desktop ~/.local/share/applications/ |
40 | update-desktop-database ~/.local/share/applications/ | 44 | update-desktop-database ~/.local/share/applications/ |