google/vim-codefmt
Vim plugin for syntax-aware code formatting observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4243
- days_rel: n/a
- days_push: 732
- n_releases_24m: 0
Adoption not part of the score
1119 stars · 102 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Vim plugin by Google that provides syntax-aware code formatting inside the editor, with built-in support for many external formatters like clang-format, gofmt, prettier, and Black. It exposes commands such as :FormatCode and :FormatLines and allows other plugins to register additional formatters.
Use cases
- format code in vim without leaving the editor
- run clang-format on C++ files from vim
- format python with black inside vim
- auto-format buffers on save in vim
- format a range of lines in vim
- integrate gofmt and rustfmt into vim workflow
When to choose
- you edit code in Vim/Neovim and want consistent formatting via established external tools
- you need formatting for many languages from a single plugin
- you want per-buffer control over auto-formatting
When to avoid
- you use an LSP-based formatter setup or a formatter plugin like null-ls/ALE already
- you don't use Vim or Neovim
- you need formatting without external formatter binaries installed
Facets
plugin · maturity active
formatter plugin-system developer-tools developer-tools text-editors version-control editor-plugin cli cross-platform vim code-formatting clang-format prettier gofmt black syntax-aware
1 source
- readme: https://github.com/google/vim-codefmt · fetched 2026-08-28 · 279b12ec139d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/vim-codefmt | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="google/vim-codefmt")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem