zed: disable nix nil language server
All checks were successful
CI / build (push) Successful in 1m40s

This commit is contained in:
Fabian Hauser 2025-03-05 12:46:06 +02:00
parent 9a05c65763
commit 95739ba1f9

View file

@ -13,6 +13,12 @@
},
"Markdown-Inline": {
"remove_trailing_whitespace_on_save": false
},
"Nix": {
"language_servers": [
"nixd",
"!nil"
]
}
},
"telemetry": {