dense-analysis/ale
Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 98
- Release rhythm 8
- Longevity 100
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: 3646
- days_rel: 537
- days_push: 13
- n_releases_24m: 1
Adoption not part of the score
14016 stars · 1485 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
ALE (Asynchronous Lint Engine) is a Vim/Neovim plugin that provides asynchronous linting and syntax checking while you type, plus code fixing via external tools. It also acts as a Language Server Protocol client offering features like go-to-definition, completion, hover info, and symbol search.
Use cases
- lint code in vim while typing
- check syntax errors in neovim asynchronously
- fix and format files with prettier or eslint from vim
- get LSP go-to-definition and hover in vim
- show linter warnings before saving files
- autocomplete support in vim via language server
- find references and search symbols in neovim
When to choose
- you use Vim 8.2+ or Neovim 0.7+ and want zero-dependency asynchronous linting
- you want linting, fixing, and LSP features in a single plugin without a separate LSP client
- you want to only pay for the features you actually use
When to avoid
- you use a modern Neovim setup already built around the built-in LSP client and nvim-lint
- you use an editor other than Vim or Neovim
- you need a full-featured IDE-like LSP experience with advanced features beyond diagnostics and navigation
Facets
plugin · maturity active
linter editor formatter developer-tools text-editors programming-languages editor-plugin cli vim-plugin neovim-plugin lsp-client asynchronous-linting syntax-checking code-fixing autocomplete vim neovim
1 source
- readme: https://github.com/dense-analysis/ale · fetched 2026-08-28 · 0cd521684827
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dense-analysis/ale | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="dense-analysis/ale")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem