mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
fix: provide tinymist and websocat binaries directly to typst-preview
This commit is contained in:
parent
c7d664b923
commit
fb308fc6d7
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
||||||
|
|
||||||
require 'typst-preview'.setup {
|
require 'typst-preview'.setup {
|
||||||
dependencies_bin = {
|
dependencies_bin = {
|
||||||
['typst-preview'] = ${pkgs.tinymist},
|
['typst-preview'] = "${pkgs.tinymist}/bin/tinymist",
|
||||||
['websocat'] = ${pkgs.websocat}
|
['websocat'] = "${pkgs.websocat}/bin/websocat"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue