diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-04-09 08:11:05 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-04-09 08:11:05 +0200 |
| commit | cd360009270a0a9b0501ed73fe327be84824ca29 (patch) | |
| tree | ff438b4a229227a934fd5e05785bcd3d2aac7a27 /content/notes | |
| parent | 7492a206dedf44ecb8ab64981f8d0ab40bcd9ead (diff) | |
| download | mitjafelicijan.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.md | 4 | ||||
| -rw-r--r-- | content/notes/2025-03-17-vim-ale-linters.md | 16 |
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 | |||
| 7 | tags: [3d] | 7 | tags: [3d] |
| 8 | --- | 8 | --- |
| 9 | 9 | ||
| 10 |  | 10 |  |
| 11 | 11 | ||
| 12 |  | 12 |  |
| 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 | --- |
| 2 | title: Vim ALE Linters | 2 | title: Currated list of Vim ALE linters |
| 3 | url: vim-ale-linters.html | 3 | url: vim-ale-linters.html |
| 4 | date: 2025-03-17T16:13:13+02:00 | 4 | date: 2025-03-17T16:13:13+02:00 |
| 5 | type: note | 5 | type: note |
| @@ -7,14 +7,16 @@ draft: false | |||
| 7 | tags: [] | 7 | tags: [] |
| 8 | --- | 8 | --- |
| 9 | 9 | ||
| 10 | Reading 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 | ||
| 15 | Linters: | 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` | | ||
