diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-03-17 19:21:21 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-03-17 19:21:21 +0100 |
| commit | 81da313562a7bd225f7bd7e9e9ca326a54341060 (patch) | |
| tree | 708e69395664ed969538c185ac49ecbf00c34c7b /content/notes/2025-03-17-vim-ale-linters.md | |
| parent | 0a89a4c0be5739ba871c6458d2024b0845046fd2 (diff) | |
| download | mitjafelicijan.com-81da313562a7bd225f7bd7e9e9ca326a54341060.tar.gz | |
Update
Diffstat (limited to 'content/notes/2025-03-17-vim-ale-linters.md')
| -rw-r--r-- | content/notes/2025-03-17-vim-ale-linters.md | 17 |
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 | --- | ||
| 2 | title: Vim ALE Linters | ||
| 3 | url: vim-ale-linters.html | ||
| 4 | date: 2025-03-17T16:13:13+02:00 | ||
| 5 | type: note | ||
| 6 | draft: false | ||
| 7 | tags: [] | ||
| 8 | --- | ||
| 9 | |||
| 10 | - [Asynchronous Lint Engine](https://github.com/dense-analysis/ale) | ||
| 11 | |||
| 12 | Linters: | ||
| 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` | ||
