Vim - neal-erickson/dotfiles GitHub Wiki
- Background information: https://github.com/romainl/idiomatic-vimrc
- Download repos
.vimrc
and place at home location. - Set up plugin manager: https://github.com/junegunn/vim-plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
- Install all plugins in
.vimrc
:- (in vim)
:PlugInstall
- (in vim)