From ab5a2c266a00aab9475cc93e47dea1c47ea8d167 Mon Sep 17 00:00:00 2001 From: Nathaniel Graham Date: Wed, 12 Oct 2022 10:26:21 -0600 Subject: [PATCH] Update README re: Helix editor configuration (#97) Since https://github.com/helix-editor/helix/pull/3499 was merged marksman is supported out of the box by Helix. Co-authored-by: Nathaniel Graham Co-authored-by: Artem Pyanykh --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index ce85cc1..6cf2eca 100644 --- a/README.md +++ b/README.md @@ -65,20 +65,7 @@ for wiki-links to detect broken references and duplicate/ambiguous headings. (add-to-list 'eglot-server-programs '(markdown-mode . ("marksman"))) (add-hook 'markdown-mode-hook #'eglot-ensure) ```` -* [Helix][helix-editor] requires configuration (unless - [helix#3499][helix-marksman-pr] gets merged); add the following to your - `~/.config/helix/languages.toml`: - - ```toml - [[language]] - name = "markdown" - scope = "source.md" - injection-regex = "md|markdown" - file-types = ["md"] - roots = [".marksman.toml"] - language-server = { command = "marksman", args=["server"] } - indent = { tab-width = 2, unit = " " } - ``` +* [Helix](https://helix-editor.com/) supports Marksman out of the box. However, you need add `marksman` binary to your `PATH` manually. * Sublime Text via [LSP-marksman][sublime-marksman] (automatic server installation).