Skip to content

Commit 179831f

Browse files
authored
[docs] document integration with Zed (#395)
1 parent 9043232 commit 179831f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,21 @@ for wiki-links to detect broken references and duplicate/ambiguous headings.
9797
* Sublime Text via [LSP-marksman][sublime-marksman] (automatic server
9898
installation).
9999
* BBEdit [can be configured](https://github.com/artempyanykh/marksman/discussions/206#discussioncomment-5906423) to use Marksman as an LSP server for Markdown files.
100+
* [Zed](https://zed.dev/) supports Marksman through it's integrated LSP support,
101+
by addinging it as an available LSP for Markdown in Zed's `settings.json`:
102+
103+
```jsonc
104+
// Zed settings
105+
{
106+
// ...
107+
"languages": {
108+
"Markdown": {
109+
"language_servers": ["marksman"]
110+
}
111+
}
112+
}
113+
114+
```
100115

101116
## How to install
102117

0 commit comments

Comments
 (0)