From cd360009270a0a9b0501ed73fe327be84824ca29 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 9 Apr 2025 08:11:05 +0200 Subject: Style update --- ...6-male-and-female-body-proportion-reference-images.md | 4 ++-- content/notes/2025-03-17-vim-ale-linters.md | 16 +++++++++------- 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'content/notes') diff --git a/content/notes/2025-02-26-male-and-female-body-proportion-reference-images.md b/content/notes/2025-02-26-male-and-female-body-proportion-reference-images.md index e48ad8f..580e6ce 100644 --- a/content/notes/2025-02-26-male-and-female-body-proportion-reference-images.md +++ b/content/notes/2025-02-26-male-and-female-body-proportion-reference-images.md @@ -7,7 +7,7 @@ draft: false tags: [3d] --- -![](/assets/notes/male-body-proportions.jpg) +![Male body proportions](/assets/notes/male-body-proportions.jpg) -![](/assets/notes/female-body-proportions.jpg) +![Female body proportions](/assets/notes/female-body-proportions.jpg) diff --git a/content/notes/2025-03-17-vim-ale-linters.md b/content/notes/2025-03-17-vim-ale-linters.md index e30250c..bd4910d 100644 --- a/content/notes/2025-03-17-vim-ale-linters.md +++ b/content/notes/2025-03-17-vim-ale-linters.md @@ -1,5 +1,5 @@ --- -title: Vim ALE Linters +title: Currated list of Vim ALE linters url: vim-ale-linters.html date: 2025-03-17T16:13:13+02:00 type: note @@ -7,14 +7,16 @@ draft: false tags: [] --- -Reading material: +## 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: +## 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` +| Language | Install command | +|------------|-----------------------------------------------------------------------------| +| 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