freeCodeCamp/guide/english/vim/vundle/index.md

1.6 KiB

title
Vundle

Vundle

Vundle is short for Vim bundle and is a Vim plugin manager.

It allows you to...

  • keep track of and configure your plugins right in the ~/.vimrc (a file to customise Vim)
  • install configured plugins (a.k.a. scripts/bundle)
  • update configured plugins
  • search by name all available Vim scripts
  • clean unused plugins up
  • run the above actions in a single keypress with interactive mode

To get started, follow this guide.

Some useful plugins to get you started are :

More Information: