Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions website/guide/tools/editors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down