zed: disable nix nil language server
All checks were successful
CI / build (push) Successful in 1m40s
All checks were successful
CI / build (push) Successful in 1m40s
This commit is contained in:
parent
9a05c65763
commit
95739ba1f9
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@
|
||||||
},
|
},
|
||||||
"Markdown-Inline": {
|
"Markdown-Inline": {
|
||||||
"remove_trailing_whitespace_on_save": false
|
"remove_trailing_whitespace_on_save": false
|
||||||
|
},
|
||||||
|
"Nix": {
|
||||||
|
"language_servers": [
|
||||||
|
"nixd",
|
||||||
|
"!nil"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"telemetry": {
|
"telemetry": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue