mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 10:53:51 -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 {
|
||||
dependencies_bin = {
|
||||
['typst-preview'] = ${pkgs.tinymist},
|
||||
['websocat'] = ${pkgs.websocat}
|
||||
['typst-preview'] = "${pkgs.tinymist}/bin/tinymist",
|
||||
['websocat'] = "${pkgs.websocat}/bin/websocat"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue