mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
22 lines
552 B
JSON
22 lines
552 B
JSON
// Folder-specific settings
|
|
//
|
|
// For a full list of overridable settings, and general information on folder-specific settings,
|
|
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
|
|
{
|
|
"lsp": {
|
|
"rust-analyzer": {
|
|
"initialization_options": {
|
|
"checkOnSave": {
|
|
"command": "clippy"
|
|
}
|
|
}
|
|
},
|
|
"tinymist": {
|
|
"initialization_options": {
|
|
"exportPdf": "onSave",
|
|
"fontPaths": ["assets/fonts"],
|
|
"outputPath": "$root/target/typst/$dir/$name"
|
|
}
|
|
}
|
|
}
|
|
}
|