aboutsummaryrefslogtreecommitdiff
path: root/content/notes/2025-03-17-vim-ale-linters.md
blob: 35b3277782f0bbb53ad1a2d03f4ced1499a14c89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: Vim ALE Linters
url: vim-ale-linters.html
date: 2025-03-17T16:13:13+02:00
type: note
draft: false
tags: []
---

- [Asynchronous Lint Engine](https://github.com/dense-analysis/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`