12 lines
252 B
Lua
12 lines
252 B
Lua
return {
|
|
filetypes = { 'typst' },
|
|
settings = {
|
|
formatterMode = 'typstyle',
|
|
semanticTokens = 'disable',
|
|
lint = {
|
|
enabled = true,
|
|
when = 'onType',
|
|
-- when = 'onSave'
|
|
},
|
|
},
|
|
}
|