diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-26 16:02:12 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-10-26 16:02:12 +0200 |
commit | 275835552d26a4ebd750bd575230b5ea95557af3 (patch) | |
tree | d3bb266e9d3bc83e72e8d102e4b5389c1779871f /install | |
parent | 758d594991d36da0f537ae7fb1001c86582e206f (diff) |
Make target for old vimcom, set modeline, formatting
Diffstat (limited to 'install')
-rwxr-xr-x | install | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |