mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-20 11:55:34 +00:00
ups! typo correction had a typo!
This commit is contained in:
parent
8b45031455
commit
e13f39edf2
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
|
||||
[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]
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue