mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-07 21:15:03 +00:00
feat: add zed configuration (#1537)
* feat: add zed configuration * feat: update linguist info
This commit is contained in:
parent
c8c891fbc3
commit
5ebc7224e4
2 changed files with 23 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.zed/settings.json linguist-language=json5
|
22
.zed/settings.json
Normal file
22
.zed/settings.json
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
// 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/$name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue