File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -65,20 +65,7 @@ for wiki-links to detect broken references and duplicate/ambiguous headings.
65
65
(add-to-list 'eglot-server-programs '(markdown-mode . ("marksman")))
66
66
(add-hook 'markdown-mode-hook #'eglot-ensure)
67
67
````
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.
82
69
* Sublime Text via [LSP-marksman][sublime-marksman] (automatic server
83
70
installation).
84
71
You can’t perform that action at this time.
0 commit comments