--- title: Vim ALE Linters url: vim-ale-linters.html date: 2025-03-17T16:13:13+02:00 type: note draft: false tags: [] --- Reading material: - [Asynchronous Lint Engine](https://github.com/dense-analysis/ale/blob/master/doc/ale.txt) - [Let's have a pint of (vim) ale!](https://dmerej.info/blog/post/lets-have-a-pint-of-vim-ale/) Linters: - C: `sudo dnf install clang clang-tidy clang-tools-extra clangd clang-analyzer` - Go: `go install golang.org/x/tools/gopls@latest` - Python: `pipx install pyright` - JavaScript: `sudo npm i -g @biomejs/biome`