colors-related improvements

This commit is contained in:
2017-12-09 12:20:00 +01:00
parent 8473070d77
commit b68c105663
5 changed files with 30 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ WARNING: if you do, the existing ~/.vimrc will be deleted!
|| ln -vs "$repo/ftplugin" "$HOME/.vim/ftplugin"
[ -d "$HOME/.vim/bundle" ] \
&& echo "You seem to already have some plugin manager" \
&& echo "You seem to already have some plugin manager installed" \
|| { mkdir -v "$HOME/.vim/bundle"; \
git clone -v https://github.com/VundleVim/Vundle.vim.git \
"$HOME/.vim/bundle/Vundle.vim"; }