Skip to content

Commit cbb2297

Browse files
committed
guide/editors: mention vim-ale support
1 parent c1d49de commit cbb2297

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

website/guide/tools/editors.md

+10
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,16 @@ Usage:
138138
```
139139
or swap to `astgrep` engine while running with the `Swap Engine` action.
140140

141+
### vim-ale
142+
143+
[ALE}(https://github.com/dense-analysis/ale) supports LSP-based diagnostics.
144+
145+
Usage:
146+
147+
```vim
148+
let g:ale_linters = ['astgrep']
149+
```
150+
141151
## LSP Server
142152

143153
Currently ast-grep support these LSP capabilities:

0 commit comments

Comments
 (0)