From 8b56aa1290d46517d044ce61620057350275e254 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 17 Mar 2025 23:21:10 +0100 Subject: 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. --- content/notes/2025-03-17-vim-ale-linters.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'content/notes') 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 tags: [] --- -- [Asynchronous Lint Engine](https://github.com/dense-analysis/ale) +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: -- cgit v1.2.3