VundleVim / Vundle.vim

Vundle, the plug-in manager for Vim

Home Page:http://github.com/VundleVim/Vundle.Vim

Repository from Github https://github.comVundleVim/Vundle.vimRepository from Github https://github.comVundleVim/Vundle.vim

How to do this with Vundle?

kkoomen opened this issue · comments

Hi,

How can I do this vim-plug statement with Vundle?

Plug 'kkoomen/vim-doge', { 'do': { -> doge#install() } }

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.

Okay, thanks. I'll just let people call :call doge#install() manually.