ups! typo correction had a typo!

This commit is contained in:
Mossa 2025-11-16 20:04:04 +01:00
parent 8b45031455
commit e13f39edf2
2 changed files with 2 additions and 2 deletions

View file

@ -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]

View file

@ -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.