feat(nvim): preview on save with tinymist
This commit is contained in:
parent
828352781f
commit
3dc638c827
3 changed files with 1 additions and 16 deletions
|
|
@ -2,11 +2,11 @@ return {
|
|||
filetypes = { 'typst' },
|
||||
settings = {
|
||||
formatterMode = 'typstyle',
|
||||
exportPdf = 'onSave',
|
||||
semanticTokens = 'disable',
|
||||
lint = {
|
||||
enabled = true,
|
||||
when = 'onType',
|
||||
-- when = 'onSave'
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue