helix: Configure tinymist for typst
This commit is contained in:
parent
ca246e1c31
commit
0a54306461
1 changed files with 7 additions and 0 deletions
|
|
@ -5,3 +5,10 @@ formatter = { command = "goimports" }
|
||||||
|
|
||||||
[language-server.rust-analyzer.config.check]
|
[language-server.rust-analyzer.config.check]
|
||||||
command = "clippy"
|
command = "clippy"
|
||||||
|
|
||||||
|
[language-server.tinymist]
|
||||||
|
command = "tinymist"
|
||||||
|
|
||||||
|
[language-server.tinymist.config.preview]
|
||||||
|
background = { enabled = true }
|
||||||
|
refresh = "onSave"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue