From 81da313562a7bd225f7bd7e9e9ca326a54341060 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 17 Mar 2025 19:21:21 +0100 Subject: Update --- content/notes/2025-03-17-vim-ale-linters.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/notes/2025-03-17-vim-ale-linters.md 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 @@ +--- +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` -- cgit v1.2.3