Small project for the initial setup and maintenance of my vim environment.
setup-vim.shinstalls.vimrc, the color scheme, andvim-plug- The argument
devinstalls a Go development focussed configuration - The argument
adminstalls an administration focussed configuration
- The argument
update-vim.shupdates.vimrcand the colors
After installation you have to call :PlugInstall inside of vim to install
all configured plugins. In case of the development focussed configuration
you also have to call :GoInstallBinaries to install all the tools vim-go
is using.
Later for updating call :PlugUpgrade from time to time. It updates the
plugin manager itself. To update the plugins call :PlugUpdate. And for
the development variant GoUpdateBinaries again.
Enjoy.