# nvimtools/none-ls.nvim

null-ls.nvim reloaded / Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.

Repository: https://github.com/nvimtools/none-ls.nvim
Canonical: https://ross.abutalabs.com/products/none-lsnvim
Language: Lua
License: Unlicense
License Family: permissive
Topics: lsp, neovim, neovim-lsp, neovim-plugin
Last push: 2026-08-10T16:55:27+00:00

## Health v2 (maintenance only)
Score: 72/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 97, release rhythm 35, longevity 78
- inputs: {"age_days": 1099, "days_push": 23, "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 3259, forks 121 (observed 2026-08-28T04:07:52.563588+00:00)

## What it is
none-ls.nvim is the community-maintained fork of null-ls.nvim, a Neovim plugin that turns Neovim itself into a language server so non-LSP tools can inject diagnostics, code actions, formatting, hover, and completion via Lua. It includes built-in sources and helpers for wrapping command-line tools into LSP-compatible output.

## Use cases
- run linters in neovim without a language server
- format code inside neovim using external formatters
- get code actions from non-LSP tools in neovim
- bridge command-line tools into neovim's LSP client
- replace null-ls.nvim with a maintained fork
- add project-level diagnostics to neovim via lua

## When to choose
- you use Neovim and want diagnostics, formatting, or code actions from tools that don't speak LSP
- you want to avoid spawning separate language servers for simple lint/format tasks
- you were using null-ls.nvim and need a maintained replacement
- you want to write custom LSP sources in pure Lua

## When to avoid
- your tooling already has a proper language server with full feature support
- you don't use Neovim
- you need a production-guaranteed LSP implementation rather than a community-maintained beta plugin

## Facets
- artifact type: plugin
- maturity: active
- function: linter, formatter, code-review, plugin-system
- domain: developer-tools, text-editors, programming-languages
- platform: windows, editor-plugin
- tags: neovim, lsp, lua, diagnostics, code-actions, null-ls-fork, linux, macos

## Member repositories
- nvimtools/none-ls.nvim (main) score 72

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:52.563588+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-30T07:23:14.197214+00:00, confidence not recorded.
  - readme: https://github.com/nvimtools/none-ls.nvim (fetched 2026-08-28T04:07:52.563588+00:00, sha 0ff7a241dad7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
