Add vim plugins for code completion.
This commit is contained in:
parent
58a8f42323
commit
13c8439b30
3
Makefile
3
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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user