mhartington/formatter.nvim
None observed · 2026-08-28
Health v2 · maintenance only
43/100
- Activity 24
- 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: 2179
- days_rel: n/a
- days_push: 461
- n_releases_24m: 0
Adoption not part of the score
1452 stars · 145 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A format runner plugin for Neovim written in Lua that executes external formatters asynchronously on buffers. It provides opt-in default formatter configurations per filetype, conditional formatting, and before/after hooks.
Use cases
- format code on save in neovim
- run stylua or prettier from neovim
- remove trailing whitespace across filetypes
- set up per-filetype formatter configurations
- asynchronous code formatting in neovim
- conditionally skip formatting for certain files
When to choose
- you use Neovim and want a Lua-native, configurable formatting runner
- you need fine-grained control over which formatters run per filetype
- you want asynchronous formatting with buffer locking to avoid race conditions
When to avoid
- you use plain Vim rather than Neovim
- you prefer an all-in-one LSP-based formatting setup with no external plugin
- you need an IDE with built-in formatting
Facets
plugin · maturity active
formatter developer-tools editor developer-tools text-editors editor-plugin cross-platform neovim code-formatting lua async
1 source
- readme: https://github.com/mhartington/formatter.nvim · fetched 2026-08-28 · fe46005b37a4
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mhartington/formatter.nvim | main | 43 |
For agents
markdown · JSON · MCP: product_card(name="mhartington/formatter.nvim")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem