fix: use 'tinymist' instead of 'typst-preview' for configuration option
This commit is contained in:
parent
d107efcd24
commit
c772470e0b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ return {
|
|||
after = function()
|
||||
require("typst-preview").setup({
|
||||
dependencies_bin = {
|
||||
["typst-preview"] = nixCats("bin.tinymist"),
|
||||
["tinymist"] = nixCats("bin.tinymist"),
|
||||
["websocat"] = nixCats("bin.websocat"),
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue