# mfussenegger/nvim-lint

Mirror of: https://codeberg.org/mfussenegger/nvim-lint An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.

Repository: https://github.com/mfussenegger/nvim-lint
Canonical: https://ross.abutalabs.com/products/nvim-lint
Homepage: https://codeberg.org/mfussenegger/nvim-lint
Language: Lua
License: GPL-3.0
License Family: copyleft
Topics: neovim, linter, neovim-plugin, syntax-checker, hacktoberfest
Last push: 2026-08-25T18:19:34+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 2026, "days_push": 8, "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 2773, forks 310 (observed 2026-08-28T04:07:19.072977+00:00)

## What it is
An asynchronous linter plugin for Neovim (>= 0.9.5) that spawns external linters, parses their output, and reports results via vim.diagnostic. It complements the built-in LSP client for languages without language servers or where standalone linters give better results.

## Use cases
- run external linters in neovim
- show lint diagnostics in neovim buffers
- lint files without a language server
- complement LSP with standalone linters
- configure linters per filetype in neovim
- lint on save with BufWritePost autocmd

## When to choose
- you use Neovim and want lightweight async linting without ALE's bundled LSP client
- your language lacks a language server or standalone linters give better results
- you want diagnostics integrated with vim.diagnostic

## When to avoid
- you need a full LSP client alongside linting (use ALE)
- you don't use Neovim
- you lint untrusted repositories without sandboxing, since linters execute local executables with your permissions

## Facets
- artifact type: plugin
- maturity: active
- function: linter, developer-tools, editor
- domain: developer-tools, text-editors, testing
- platform: editor-plugin, windows
- tags: neovim, lua, diagnostics, async, syntax-checking, linux, macos

## Member repositories
- mfussenegger/nvim-lint (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:19.072977+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-30T08:16:36.450580+00:00, confidence not recorded.
  - readme: https://github.com/mfussenegger/nvim-lint (fetched 2026-08-28T04:07:19.072977+00:00, sha bdf8b7bc4e4c)
  - homepage: https://codeberg.org/mfussenegger/nvim-lint (fetched 2026-08-29T09:57:00.790071+00:00, sha 9a78938e3d4f)
  - site_page: https://docs.codeberg.org/getting-started/what-is-codeberg (fetched 2026-08-29T09:57:00.799905+00:00, sha fe3047f34c81)
  - site_page: https://docs.codeberg.org (fetched 2026-08-29T09:57:00.805226+00:00, sha 3c642f9d47c9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
