typst-preview: use mason tinymist
This commit is contained in:
parent
2b6a01f1cf
commit
9abb2c1fdc
1 changed files with 6 additions and 2 deletions
|
@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue