Skip to content

Commit bbfe34c

Browse files
authored
Update Herb installation instructions (#2613)
Since Herb Language Server already has official installation instructions for Sublime Text, this commit refers to them.
1 parent d008e74 commit bbfe34c

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

docs/src/language_servers.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -757,25 +757,8 @@ There are multiple options:
757757
```
758758
759759
### Herb
760-
1. Install the `herb-language-server` package (see [github:marcoroth/herb](https://github.com/marcoroth/herb))
761760
762-
```sh
763-
npm install -g @herb-tools/language-server
764-
```
765-
766-
2. Open `Preferences > Package Settings > LSP > Settings` and add the `"herb"` client configuration to the `"clients"`:
767-
768-
```jsonc
769-
{
770-
"clients": {
771-
"herb": {
772-
"enabled": true,
773-
"command": ["herb-language-server", "--stdio"],
774-
"selector": "text.html.rails"
775-
}
776-
}
777-
}
778-
```
761+
Follow installation instructions on [Herb Language Server](https://herb-tools.dev/projects/language-server#sublime-text-using-sublime-lsp).
779762
780763
## Rust
781764

0 commit comments

Comments
 (0)