diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-03-17 23:21:10 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-03-17 23:21:10 +0100 |
| commit | 8b56aa1290d46517d044ce61620057350275e254 (patch) | |
| tree | f6831c535537a2968adb9dbe2073621873e235bd /content/notes | |
| parent | 81da313562a7bd225f7bd7e9e9ca326a54341060 (diff) | |
| download | mitjafelicijan.com-8b56aa1290d46517d044ce61620057350275e254.tar.gz | |
Enhance vim ALE linter notes with additional resources
Added a link to the ALE documentation and a blog post to provide further
reading and context on using the Asynchronous Lint Engine in Vim.
Diffstat (limited to 'content/notes')
| -rw-r--r-- | content/notes/2025-03-17-vim-ale-linters.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/content/notes/2025-03-17-vim-ale-linters.md b/content/notes/2025-03-17-vim-ale-linters.md index 35b3277..e30250c 100644 --- a/content/notes/2025-03-17-vim-ale-linters.md +++ b/content/notes/2025-03-17-vim-ale-linters.md | |||
| @@ -7,7 +7,10 @@ draft: false | |||
| 7 | tags: [] | 7 | tags: [] |
| 8 | --- | 8 | --- |
| 9 | 9 | ||
| 10 | - [Asynchronous Lint Engine](https://github.com/dense-analysis/ale) | 10 | Reading material: |
| 11 | |||
| 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/) | ||
| 11 | 14 | ||
| 12 | Linters: | 15 | Linters: |
| 13 | 16 | ||
