# neomake/neomake

Asynchronous linting and make framework for Neovim/Vim

Repository: https://github.com/neomake/neomake
Canonical: https://ross.abutalabs.com/products/neomake
Language: Vim Script
License: MIT
License Family: permissive
Topics: vim, neovim, filetype, neomake, linting, style-linter, checker, async, vim-plugin, syntax-checker, linter
Last push: 2024-04-05T19:20:22+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4312, "days_push": 880, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2666, forks 357 (observed 2026-08-28T04:07:09.302678+00:00)

## What it is
Neomake is a Vim/Neovim plugin that asynchronously runs linters and make programs, displaying results in the editor. It serves as an asynchronous alternative to the built-in :make command and Syntastic, with configurable makers per filetype or project.

## Use cases
- run linters asynchronously in vim
- show syntax errors while editing in neovim
- replace syntastic with an async linter
- run make from vim without blocking
- lint files automatically on save or change
- configure per-filetype checkers in vim

## When to choose
- you use Vim or Neovim and want non-blocking linting
- you want an async replacement for Syntastic
- you need configurable makers per filetype or project

## When to avoid
- you use a different editor like VS Code or Emacs
- you want a built-in LSP-based diagnostics solution in modern Neovim
- you need actively developed features with frequent updates

## Facets
- artifact type: plugin
- maturity: maintenance
- function: linter, developer-tools, cli
- domain: developer-tools, text-editors
- platform: editor-plugin, cross-platform
- tags: vim-plugin, neovim, async-linting, syntax-checking, makers, command-line

## Member repositories
- neomake/neomake (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:09.302678+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-30T02:18:16.425049+00:00, confidence not recorded.
  - readme: https://github.com/neomake/neomake (fetched 2026-08-28T04:07:09.302678+00:00, sha 3d8a4ccd1626)
- Data as of 2026-08-30T08:39:29.467469+00:00.
