blob: bd4910d2b98591e305d10e8f5daab510a269e214 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
title: Currated list of 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
| Language | Install command |
|------------|-----------------------------------------------------------------------------|
| 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` |
|