aboutsummaryrefslogtreecommitdiff
path: root/doc/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'doc/INSTALL')
-rw-r--r--doc/INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index 38068d5..1d664d3 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -25,3 +25,9 @@ vim -c ":au! SpellFileMissing"
25# build YouCompleteMe (if you plan to use it) 25# build YouCompleteMe (if you plan to use it)
26cd plugins/YouCompleteMe 26cd plugins/YouCompleteMe
27python2 ./install.py --clang-completer 27python2 ./install.py --clang-completer
28
29
30# step 7)
31# 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)
32mkdir -p .local/share/Thunar/sendto/
33cp ~/.vim/gvim.desktop ~/.local/share/Thunar/sendto/
..