menu

Vundle Usage Memo

  • date_range Sept. 09, 2020 - Wednesday info
    sort
    VIM
    label
    vim
    vundle

Some Vundle basic usage tips.

Install Plugin

Launch vim and run

:PluginInstall

To install from command line: vim +PluginInstall +qall.

List all Plugins

Launch vim and run

:PluginList

Clean Plugin

Launch vim and run

:PluginClean

It will remove all unused plugin folders in .vim/bundle.

Update Plugin

Launch vim and run

:PluginUpdate

It will update all the installed plugins.

Reference



KF

Comments