From 8b45031455c5ff76d6ed6c656c87d63cdf5c60f0 Mon Sep 17 00:00:00 2001 From: Mossa Date: Sun, 16 Nov 2025 19:36:18 +0100 Subject: [PATCH] fix: typo in helix docs --- docs/tinymist/frontend/helix.typ | 2 +- editors/helix/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tinymist/frontend/helix.typ b/docs/tinymist/frontend/helix.typ index 5d6c48af..13bf7614 100644 --- a/docs/tinymist/frontend/helix.typ +++ b/docs/tinymist/frontend/helix.typ @@ -72,7 +72,7 @@ To enable a live preview you can use the `preview.background`: ```toml [language-server.tinymist] command = "tinymist" -config = { preview.background.enabled = true", preview.background.args = ["--data-plane-host=127.0.0.1:23635", "--invert-colors=never", "--open"] } +config = { preview.background.enabled = "true", preview.background.args = ["--data-plane-host=127.0.0.1:23635", "--invert-colors=never", "--open"] } ``` See #github-link("/editors/neovim/Configuration.md")[Tinymist Server Configuration] diff --git a/editors/helix/README.md b/editors/helix/README.md index 833c12b0..d25c48e9 100644 --- a/editors/helix/README.md +++ b/editors/helix/README.md @@ -77,7 +77,7 @@ To enable a live preview you can use the `preview.background`: ```toml [language-server.tinymist] command = "tinymist" -config = { preview.background.enabled = true", preview.background.args = ["--data-plane-host=127.0.0.1:23635", "--invert-colors=never", "--open"] } +config = { preview.background.enabled = "true", preview.background.args = ["--data-plane-host=127.0.0.1:23635", "--invert-colors=never", "--open"] } ``` See [Tinymist Server Configuration](/editors/neovim/Configuration.md) for references.