1---
 2title: Currated list of Vim ALE linters
 3url: vim-ale-linters.html
 4date: 2025-03-17T16:13:13+02:00
 5type: note
 6draft: false
 7tags: []
 8---
 9
10## Reading material
11
12- [Asynchronous Lint Engine](https://github.com/dense-analysis/ale/blob/master/doc/ale.txt)
13- [Let's have a pint of (vim) ale!](https://dmerej.info/blog/post/lets-have-a-pint-of-vim-ale/)
14
15## Linters
16
17| Language   | Install command                                                             |
18|------------|-----------------------------------------------------------------------------|
19| C          | `sudo dnf install clang clang-tidy clang-tools-extra clangd clang-analyzer` |
20| Go         | `go install golang.org/x/tools/gopls@latest`                                |
21| Python     | `pipx install pyright`                                                      |
22| JavaScript | `sudo npm i -g @biomejs/biome`                                              |