freeCodeCamp/guide/english/vim/vim-plug/index.md

1.7 KiB

title
Vim-Plug

Vim-Plug

Vim-Plug minimalist Vim plugin manager.

Pros :

  • Easier to setup: Single file. No boilerplate code required.
  • Easier to use: Concise, intuitive syntax.
  • Super-fast parallel installation/update (with any of +job, +python, +python3, +ruby, or Neovim).
  • Creates shallow clones to minimize disk space usage and download time.
  • On-demand loading for faster startup time.
  • Can review and rollback updates.
  • Branch/tag/commit support.
  • Post-update hooks.
  • Support for externally managed plugins.

You can find the installation guide here .

Some useful plugins to get you started are :

You may add more plugins to your Vim installation.

More Information: