Add vim plugins for code completion.

This commit is contained in:
Gabriel Ebner 2014-02-05 19:51:11 +01:00
parent 58a8f42323
commit 13c8439b30

@ -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: