Describe the bug
Using the following packer setup:
use {
'chomosuke/typst-preview.nvim',
tag = 'v1.*',
config = function()
require 'typst-preview'.setup {
dependencies_bin = {
['tinymist'] = vim.fn.exepath('tinymist'),
['websocat'] = vim.fn.exepath('websocat'),
}
}
end,
}
The plugin still downloads tinymist and websocat (while both are installed globally). I've confirmed that vim.fn.exepath() gives the proper paths to the binaries.
Additional context
It could perhaps be a packer issue? I don't have time (to learn to) debug it currently, reporting in case others experience this as well.
Thank you for sharing this plugin!