1
0
Fork 0

typst-preview: use mason tinymist

This commit is contained in:
zymon 2025-02-26 15:38:32 +01:00
parent 2b6a01f1cf
commit 9abb2c1fdc

View file

@ -235,9 +235,9 @@ return {
max_height = 30,
},
},
scroll = { enabled = false },
bigfile = { enabled = true },
notifier = { enabled = true },
notify = { enabled = true },
quickfile = { enabled = true },
words = { enabled = true },
dashboard = {
@ -311,7 +311,11 @@ return {
{ "<localleader><SPACE>", "<CMD>TypstPreviewSyncCursor<CR>", desc = "sync cursor", },
{ "<localleader>f", "<CMD>TypstPreviewFollowCursorToggle<CR>", desc = "toggle follow cursor", },
},
opts = {}, -- lazy.nvim will implicitly calls `setup {}`
opts = {
dependencies_bin = {
['tinymist'] = "tinymist",
},
},
},
{