diff --git a/Makefile b/Makefile index 6f2bba0..de5b89e 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,9 @@ install-vim-pathogen: $(call vim_inst_bundle, vim-sensible, https://github.com/tpope/vim-sensible.git) $(call vim_inst_bundle, jellybeans.vim, https://github.com/nanotech/jellybeans.vim.git) $(call vim_inst_bundle, vim-coffee-script, https://github.com/kchmck/vim-coffee-script.git) + $(call vim_inst_bundle, vim-airline, https://github.com/bling/vim-airline.git) + $(call vim_inst_bundle, tagbar, https://github.com/majutsushi/tagbar.git) + $(call vim_inst_bundle, YouCompleteMe, https://github.com/Valloric/YouCompleteMe.git) clean: