Zed环境修正

This commit is contained in:
2025-12-29 21:43:51 +08:00
parent 1cfe12a861
commit 55c4bf6a8f
3 changed files with 6 additions and 36 deletions

View File

@@ -1,16 +1,3 @@
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run `zed: open default settings` from the
// command palette (cmd-shift-p / ctrl-shift-p)
//
// 需要安装的依赖有
// 1.Nodejs
// 2.jsonnet-language-server
// 3.clangd
{
"tab_size": 4,
"vim_mode": false,
@@ -22,9 +9,6 @@
"light": "One Light",
"dark": "One Dark",
},
"file_types": {
"Jsonnet": ["cfg"],
},
"lsp": {
"clangd": {
"binary": {
@@ -42,12 +26,5 @@
],
},
},
"jsonnet-language-server": {
"settings": {
"formatting": {
"indent": 4,
},
},
},
},
}