nvarner / typst-lsp

A brand-new language server for Typst, plus a VS Code extension
MIT License
1.19k stars 78 forks source link

typst-fmt config in settings.json #369

Open Enivex opened 9 months ago

Enivex commented 9 months ago

Currently, typst-fmt settings have to be in a typstfmt-config.toml situated in the same folder as the typ file

(at least I couldn't find another way to have it be detected)

It would be useful if I could adjust the config through the vs code settings instead, or at the very least be able to set the path to a toml file so it doesn't have to be copied around.

astrale-sharp commented 9 months ago

If you're using the typstfmt binary, we have support for global config now :)

otherwise, it would be cool to have a vscode config that sets every project