my vim config files Installation git clone https://richleland@github.com/richleland/vim.git ~/.vim ln -s ~/.vim/vimrc ~/.vimrc Vim bundles are managed via vim-plug. To set up initially, run:: vim -u ~/.vim/plugs.vim +PlugInstall +q