aboutsummaryrefslogtreecommitdiff
path: root/content/notes
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2025-03-17 23:21:10 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2025-03-17 23:21:10 +0100
commit8b56aa1290d46517d044ce61620057350275e254 (patch)
treef6831c535537a2968adb9dbe2073621873e235bd /content/notes
parent81da313562a7bd225f7bd7e9e9ca326a54341060 (diff)
downloadmitjafelicijan.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.md5
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
7tags: [] 7tags: []
8--- 8---
9 9
10- [Asynchronous Lint Engine](https://github.com/dense-analysis/ale) 10Reading 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
12Linters: 15Linters:
13 16