To download this repo, you will want to place it under your $HOME/.vim
folder:
git clone https://github.com/DanLavine/vim $HOME/.vim --recursive
The plugin manager for vim is vim-plug.
To upgrade vim-plug itsel run: :PlugUpgrade
To install the plugins, run vim .
. Then once Vim starts, you can run: :PlugInstall
.
To update any already installed plugins run: :PlugUpdate
.
Follow the instructions for YouCompleteMe to setup this plugin based off your machine OS.
For setting up vim-go you will need to have Go installed. Then, you can setup all the dev binares with
:GoInstallBinaries