Zed环境修正
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user