--- 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 : - nerdtree - A file system explorer for the Vim. - Emmet-vim - Support for expanding abbreviations similar to emmet. - vim-polygot - A solid language pack for Vim. - Auto Pairs - Insert or delete brackets, parens, quotes in pair. - fugitive.vim - A git wrapper for Vim. You may add more plugins to your Vim installation. #### More Information: - Github Repository - Vim-Plug - VimAwesome - Explore Vim plugins