typst-lsp icon indicating copy to clipboard operation
typst-lsp copied to clipboard

typst-fmt config in settings.json

Open Enivex opened this issue 1 year ago • 1 comments

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.

Enivex avatar Nov 27 '23 20:11 Enivex

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

astrale-sharp avatar Dec 06 '23 19:12 astrale-sharp