My vimrc file, so we can take it anywhere
- fork repo
- clone repo
- delete your local .vimrc
- symlink to this .vimrc and you should be good to go.
- Install VIM-PLUG: vim-plug
- Open VIM ignore errors about cant find plugins, because on first launch you have no plugins installed and your vimrc is calling plugins, you have to get in and install plugins... so run the install command below.
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
:PluginInstall
If you get any errors in VIM do:
:PlugStatus
... and follow helpfull commands.
ln -s $HOME/workspace/dotvimrc/.vimrc $HOME/.vimrc
This is what you gonna get =>