aboutsummaryrefslogtreecommitdiff
path: root/content/notes
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-04-09 08:11:05 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-04-09 08:11:05 +0200
commitcd360009270a0a9b0501ed73fe327be84824ca29 (patch)
treeff438b4a229227a934fd5e05785bcd3d2aac7a27 /content/notes
parent7492a206dedf44ecb8ab64981f8d0ab40bcd9ead (diff)
downloadmitjafelicijan.com-cd360009270a0a9b0501ed73fe327be84824ca29.tar.gz
Style update
Diffstat (limited to 'content/notes')
-rw-r--r--content/notes/2025-02-26-male-and-female-body-proportion-reference-images.md4
-rw-r--r--content/notes/2025-03-17-vim-ale-linters.md16
2 files changed, 11 insertions, 9 deletions
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
7tags: [3d] 7tags: [3d]
8--- 8---
9 9
10![](/assets/notes/male-body-proportions.jpg) 10![Male body proportions](/assets/notes/male-body-proportions.jpg)
11 11
12![](/assets/notes/female-body-proportions.jpg) 12![Female body proportions](/assets/notes/female-body-proportions.jpg)
13 13
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 @@
1--- 1---
2title: Vim ALE Linters 2title: Currated list of Vim ALE linters
3url: vim-ale-linters.html 3url: vim-ale-linters.html
4date: 2025-03-17T16:13:13+02:00 4date: 2025-03-17T16:13:13+02:00
5type: note 5type: note
@@ -7,14 +7,16 @@ draft: false
7tags: [] 7tags: []
8--- 8---
9 9
10Reading material: 10## Reading material
11 11
12- [Asynchronous Lint Engine](https://github.com/dense-analysis/ale/blob/master/doc/ale.txt) 12- [Asynchronous Lint Engine](https://github.com/dense-analysis/ale/blob/master/doc/ale.txt)
13- [Let's have a pint of (vim) ale!](https://dmerej.info/blog/post/lets-have-a-pint-of-vim-ale/) 13- [Let's have a pint of (vim) ale!](https://dmerej.info/blog/post/lets-have-a-pint-of-vim-ale/)
14 14
15Linters: 15## Linters
16 16
17 - C: `sudo dnf install clang clang-tidy clang-tools-extra clangd clang-analyzer` 17| Language | Install command |
18 - Go: `go install golang.org/x/tools/gopls@latest` 18|------------|-----------------------------------------------------------------------------|
19 - Python: `pipx install pyright` 19| C | `sudo dnf install clang clang-tidy clang-tools-extra clangd clang-analyzer` |
20 - JavaScript: `sudo npm i -g @biomejs/biome` 20| Go | `go install golang.org/x/tools/gopls@latest` |
21| Python | `pipx install pyright` |
22| JavaScript | `sudo npm i -g @biomejs/biome` |