From 2d63c52bce7c800852406c0bfae02f762fd99721 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Tue, 10 May 2016 11:35:55 +0200 Subject: got rid of the 'plugins' folder instead using the default name 'bundle' now --- doc/INSTALL | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'doc/INSTALL') 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" # step 6) # build YouCompleteMe (if you plan to use it) -cd plugins/YouCompleteMe +cd bundle/YouCompleteMe python2 ./install.py --clang-completer -# step 7) +step 7) +cd bundle/color-coded +cmake . + +# step 8) # create an entry in file managers right click menu 'open with' allowing you to open the file in a vim tab mkdir -p .local/share/Thunar/sendto/ cp ~/.vim/gvim-tab.desktop ~/.local/share/Thunar/sendto/ -# step 8) +# step 9) # 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) cp ~/.vim/gvim-tab.desktop ~/.local/share/applications/ update-desktop-database ~/.local/share/applications/ -- cgit v1.2.3