More testing completed.

This commit is contained in:
Bokuan Li
2025-12-21 02:28:30 -05:00
parent ceabf78b0e
commit 96a269e53d
5 changed files with 25 additions and 115 deletions

23
.zed/settings.json Normal file
View File

@@ -0,0 +1,23 @@
// 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": {
"texlab": {
"settings": {
"texlab": {
"rootDirectory": ".",
"build": {
"auxDirectory": ".",
},
},
},
},
},
"languages": {
"HTML": {
"format_on_save": "off",
},
},
}