Skip to content

Commit ab5a2c2

Browse files
ngraham20Nathaniel Grahamartempyanykh
authored
Update README re: Helix editor configuration (#97)
Since helix-editor/helix#3499 was merged marksman is supported out of the box by Helix. Co-authored-by: Nathaniel Graham <[email protected]> Co-authored-by: Artem Pyanykh <[email protected]>
1 parent a511779 commit ab5a2c2

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,7 @@ for wiki-links to detect broken references and duplicate/ambiguous headings.
6565
(add-to-list 'eglot-server-programs '(markdown-mode . ("marksman")))
6666
(add-hook 'markdown-mode-hook #'eglot-ensure)
6767
````
68-
* [Helix][helix-editor] requires configuration (unless
69-
[helix#3499][helix-marksman-pr] gets merged); add the following to your
70-
`~/.config/helix/languages.toml`:
71-
72-
```toml
73-
[[language]]
74-
name = "markdown"
75-
scope = "source.md"
76-
injection-regex = "md|markdown"
77-
file-types = ["md"]
78-
roots = [".marksman.toml"]
79-
language-server = { command = "marksman", args=["server"] }
80-
indent = { tab-width = 2, unit = " " }
81-
```
68+
* [Helix](https://helix-editor.com/) supports Marksman out of the box. However, you need add `marksman` binary to your `PATH` manually.
8269
* Sublime Text via [LSP-marksman][sublime-marksman] (automatic server
8370
installation).
8471

0 commit comments

Comments
 (0)