My vimfiles
-
Install MavVim:
brew install macvim --with-lua --with-override-system-vim -
Install editorconfig:
brew install editorconfig -
Install ag:
brew install the_silver_searcher -
Install universal-ctags
brew tap universal-ctags/universal-ctags brew install --HEAD universal-ctags -
make install -
mvim +PluginInstall
- Consider to install base16-shell for better scene when use vim in terminals with base16 color schemas.