summaryrefslogtreecommitdiff
path: root/user/zed
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-04-06 09:17:20 +0200
committerMartin Fischer <martin@push-f.com>2025-04-26 13:54:05 +0200
commita21c3a721e6afc1d78913cac4476a424bd71b401 (patch)
tree9297895d3ffabeb318f3b34e1fdd1100b9b892d1 /user/zed
parent526c06b0f23ef102496be050d6b5b581459475e9 (diff)
feat(workstation): add nixd
Diffstat (limited to 'user/zed')
-rw-r--r--user/zed/settings.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/user/zed/settings.json b/user/zed/settings.json
index 8614205..6e6d8b2 100644
--- a/user/zed/settings.json
+++ b/user/zed/settings.json
@@ -25,6 +25,12 @@
}
]
},
+ "languages": {
+ "Nix": {
+ "language_servers": ["nixd"],
+ "format_on_save": "off"
+ }
+ },
"lsp": {
"rust-analyzer": {
"binary": {