# junegunn/vim-plug

:hibiscus: Minimalist Vim Plugin Manager

Repository: https://github.com/junegunn/vim-plug
Canonical: https://ross.abutalabs.com/products/vim-plug
Homepage: https://junegunn.github.io/vim-plug/
Language: Vim Script
License: MIT
License Family: permissive
Topics: vim
Last push: 2026-05-22T13:40:34+00:00

## Health v2 (maintenance only)
Score: 60/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 83, release rhythm 8, longevity 100
- inputs: {"age_days": 4740, "days_push": 103, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 35749, forks 1934 (observed 2026-08-28T04:12:00.917995+00:00)

## What it is
vim-plug is a minimalist, single-file plugin manager for Vim and Neovim with over ten years of history. It offers fast parallel installation, shallow clones, on-demand plugin loading, and branch/tag/commit pinning with a simple declarative syntax.

## Use cases
- manage vim plugins from my vimrc
- install neovim plugins with parallel downloads
- speed up vim startup with lazy plugin loading
- pin plugins to a specific branch tag or commit
- rollback plugin updates after reviewing changes
- run post-update hooks after installing plugins

## When to choose
- you use Vim or Neovim and want a simple, dependency-free plugin manager
- you value stability and backward compatibility across Vim versions
- you want fast parallel installs and minimal disk usage via shallow clones
- you prefer a concise syntax learnable in minutes

## When to avoid
- you are heavily invested in the Neovim Lua plugin ecosystem and want Lua-specific features
- you need advanced features like lazy-loading specs or lockfiles offered by newer managers

## Facets
- artifact type: plugin
- maturity: stable
- function: package-manager, developer-tools, plugin-system
- domain: developer-tools, text-editors, version-control
- platform: cross-platform, cli
- tags: vim, neovim, plugin-manager, vim-script

## Member repositories
- junegunn/vim-plug (main) score 60

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:12:00.917995+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:26:44.911055+00:00, confidence not recorded.
  - readme: https://github.com/junegunn/vim-plug (fetched 2026-08-28T04:12:00.917995+00:00, sha 55b739026143)
  - homepage: https://junegunn.github.io/vim-plug/ (fetched 2026-08-29T07:47:49.871014+00:00, sha ac9416e95f38)
- Data as of 2026-08-30T08:39:29.467469+00:00.
