mirror of
https://github.com/herdrdev/herdr.git
synced 2026-09-14 18:03:41 +08:00
chore: enable zed lsp
This commit is contained in:
+2
-2
@@ -11,7 +11,6 @@
|
||||
"**/.classpath",
|
||||
"**/.settings",
|
||||
"**/target",
|
||||
"**/vendor",
|
||||
"**/node_modules",
|
||||
"**/.zig-cache",
|
||||
"**/zig-out",
|
||||
@@ -19,7 +18,7 @@
|
||||
|
||||
"languages": {
|
||||
"Rust": {
|
||||
"enable_language_server": false,
|
||||
"enable_language_server": true,
|
||||
"formatter": "auto",
|
||||
"format_on_save": "off"
|
||||
}
|
||||
@@ -31,6 +30,7 @@
|
||||
"initialization_options": {
|
||||
"checkOnSave": false,
|
||||
"cargo": {
|
||||
"noDeps": true,
|
||||
"allTargets": false,
|
||||
"buildScripts": {
|
||||
"enable": false
|
||||
|
||||
Reference in New Issue
Block a user