tinymist/.zed/settings.json
2025-03-21 00:27:55 +08:00

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"
}
}
}
}