home/zed: disable nil

This commit is contained in:
2025-12-05 15:09:15 +09:00
parent a554a50439
commit 13f890f096

View File

@@ -118,6 +118,7 @@ in
Nix = {
tab_size = 2;
format_on_save = "off";
language_servers = [ "nixd" "!nil" ];
};
Python = {
language_servers = [ "pyright" "ruff" ];