From 1baef34734928fac475939b725366cc620c10324 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 15 May 2025 14:06:06 +0200 Subject: [PATCH] guide/editors: mention vim-ale support --- website/guide/tools/editors.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/guide/tools/editors.md b/website/guide/tools/editors.md index 5f79833c..4ca0c70e 100644 --- a/website/guide/tools/editors.md +++ b/website/guide/tools/editors.md @@ -138,6 +138,16 @@ Usage: ``` or swap to `astgrep` engine while running with the `Swap Engine` action. +### vim-ale + +[ALE](https://github.com/dense-analysis/ale) supports LSP-based diagnostics. + +Usage: + +```vim +let g:ale_linters = ['astgrep'] +``` + ## LSP Server Currently ast-grep support these LSP capabilities: