We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3917c1b commit 6f5bb0fCopy full SHA for 6f5bb0f
1 file changed
.configs/zed/settings.json
@@ -34,6 +34,9 @@
34
35
"format_on_save": "on",
36
"languages": {
37
+ "Nix": {
38
+ "language_servers": ["nixd", "!nil"],
39
+ },
40
"TypeScript": {
41
"code_actions_on_format": {
42
"source.organizeImports": false,
0 commit comments