home/zed: configure lsps for nix and rust

This commit is contained in:
2025-04-09 12:12:04 +02:00
parent 3dcd926d8b
commit 9e34c0cd86

View File

@@ -89,6 +89,18 @@
enabled = true;
coloring = "indent_aware";
};
languages = {
Nix = {
tab_size = 2;
format_on_save = "off";
};
};
lsp = {
rust-analyzer.binary.path_lookup = true;
nix.binary.path_lookup = true;
};
};
userKeymaps = [