mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-22 12:34:39 +00:00
fix: typo in helix docs
This commit is contained in:
parent
f3762eb40a
commit
8b45031455
2 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ To enable a live preview you can use the `preview.background`:
|
||||||
```toml
|
```toml
|
||||||
[language-server.tinymist]
|
[language-server.tinymist]
|
||||||
command = "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]
|
See #github-link("/editors/neovim/Configuration.md")[Tinymist Server Configuration]
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@ To enable a live preview you can use the `preview.background`:
|
||||||
```toml
|
```toml
|
||||||
[language-server.tinymist]
|
[language-server.tinymist]
|
||||||
command = "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.
|
See [Tinymist Server Configuration](/editors/neovim/Configuration.md) for references.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue