nix/config/nvim/lua/lsp/tinymist.lua
2026-02-07 00:45:47 -05:00

12 lines
252 B
Lua

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