summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-10-26 16:02:12 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-10-26 16:02:12 +0200
commit275835552d26a4ebd750bd575230b5ea95557af3 (patch)
treed3bb266e9d3bc83e72e8d102e4b5389c1779871f /install
parent758d594991d36da0f537ae7fb1001c86582e206f (diff)
Make target for old vimcom, set modeline, formatting
Diffstat (limited to 'install')
-rwxr-xr-xinstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/install b/install
index e4ed2e3..ac80948 100755
--- a/install
+++ b/install
@@ -25,6 +25,7 @@ done
# install vim-plug
if [ ! -e ~/.vim/autoload/plug.vim ]; then
+ echo Installing plug.vim from https://github.com/junegunn/vim-plug to ~/.vim/autoload/
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
fi

Contact - Imprint