From 13c8439b30f85e74f10fb975b1bfaad9635c40c2 Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Wed, 5 Feb 2014 19:51:11 +0100 Subject: [PATCH] Add vim plugins for code completion. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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: