aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/notes/2025-03-17-vim-ale-linters.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/content/notes/2025-03-17-vim-ale-linters.md b/content/notes/2025-03-17-vim-ale-linters.md
new file mode 100644
index 0000000..35b3277
--- /dev/null
+++ b/content/notes/2025-03-17-vim-ale-linters.md
@@ -0,0 +1,17 @@
1---
2title: Vim ALE Linters
3url: vim-ale-linters.html
4date: 2025-03-17T16:13:13+02:00
5type: note
6draft: false
7tags: []
8---
9
10- [Asynchronous Lint Engine](https://github.com/dense-analysis/ale)
11
12Linters:
13
14 - C: `sudo dnf install clang clang-tidy clang-tools-extra clangd clang-analyzer`
15 - Go: `go install golang.org/x/tools/gopls@latest`
16 - Python: `pipx install pyright`
17 - JavaScript: `sudo npm i -g @biomejs/biome`