How to do this with Vundle?
kkoomen opened this issue · comments
Kim 金可明 commented
Hi,
How can I do this vim-plug statement with Vundle?
Plug 'kkoomen/vim-doge', { 'do': { -> doge#install() } }
David Lowry-Duda commented
Unless I'm very mistaken, this is not something that vundle can do. Vundle is rather more minimal than vim-plug (or alternately, vim-plug is rather more featureful than vundle). For complicated plugin setups, this might mean that something more than adding a single line to a .vimrc.
I chuckled at the name vim-doge by the way. It's cute.
Kim 金可明 commented
Okay, thanks. I'll just let people call :call doge#install()
manually.