This is my new vimrc. Trying a more minimalistic approach this time :)
- switched to vim-plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
First clone the repo:
git clone https://github.com/rmueck/vimrc ~/.vim
~.vim
must be absent/empty
- Start vim (ignore errors about missing colors etc.)
- Enter command mode and type
PlugInstall
- Everything is fine now :)