- 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 <ahref='https://github.com/junegunn/vim-plug#installation'target='_blank'rel='nofollow'>here </a>.
Some useful plugins to get you started are :
-<ahref='https://github.com/scrooloose/nerdtree'target='_blank'rel='nofollow'>nerdtree</a> - A file system explorer for the Vim.
-<ahref='https://github.com/mattn/emmet-vim/'target='_blank'rel='nofollow'>Emmet-vim</a> - Support for expanding abbreviations similar to <ahref='https://emmet.io/'target='_blank'rel='nofollow'>emmet</a>.
-<ahref='https://github.com/sheerun/vim-polyglot'target='_blank'rel='nofollow'>vim-polygot</a> - A solid language pack for Vim.
-<ahref='https://github.com/jiangmiao/auto-pairs'target='_blank'rel='nofollow'>Auto Pairs</a> - Insert or delete brackets, parens, quotes in pair.
-<ahref='https://github.com/tpope/vim-fugitive'target='_blank'rel='nofollow'>fugitive.vim</a> - A git wrapper for Vim.