nix/config/nvim/lua/lsp/tinymist.lua

12 lines
251 B
Lua

return {
filetypes = { 'typst' },
settings = {
formatterMode = 'typstyle',
exportPdf = 'onSave',
semanticTokens = 'disable',
lint = {
enabled = true,
when = 'onType',
},
},
}