Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 386 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 386 Bytes

vim

Current vim config and plugins

To install all plugins:

git clone https://github.com/evanyeung/vim.git
cd vim
sh vim_install.sh

# Can be installed instead of supertab
#git clone https://github.com/Valloric/YouCompleteMe.git ./YouCompleteMe # NEED TO RUN install.sh

# to use ag in CtrlP, ag/"the silver searcher" must be installed
# e.g. brew install the_silver_searcher