1

Modules/Zed: Configure nix lsp + formatting

This commit is contained in:
2026-05-27 16:19:52 +02:00
parent 0a295e56df
commit c88de7f26d

View File

@ -26,8 +26,11 @@ in {
"dockerfile"
"docker-compose"
# "html"
# "make"
"html"
"svelte"
"svelte-mcp"
"make"
"rainbow-csv"
"sql"
"nix"
@ -36,6 +39,7 @@ in {
"assembly"
"wat"
"neocmake"
"linkerscript"
];
themes = {};
@ -67,6 +71,22 @@ in {
};
auto_signature_help = true;
lsp = {
nil = {
initialization_options = {
formatting = {
command = null;
};
};
};
nixd = {
initialization_options = {
formatting = {
command = ["${pkgs.alejandra}/bin/alejandra"];
};
};
};
};
disable_ai = false;
agent = {