blob: e30250c0917392422aad356cc0373c136e25542e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
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`
|