Modules/Zed: Configure nix lsp + formatting
This commit is contained in:
@ -26,8 +26,11 @@ in {
|
|||||||
"dockerfile"
|
"dockerfile"
|
||||||
"docker-compose"
|
"docker-compose"
|
||||||
|
|
||||||
# "html"
|
"html"
|
||||||
# "make"
|
"svelte"
|
||||||
|
"svelte-mcp"
|
||||||
|
|
||||||
|
"make"
|
||||||
"rainbow-csv"
|
"rainbow-csv"
|
||||||
"sql"
|
"sql"
|
||||||
"nix"
|
"nix"
|
||||||
@ -36,6 +39,7 @@ in {
|
|||||||
"assembly"
|
"assembly"
|
||||||
"wat"
|
"wat"
|
||||||
"neocmake"
|
"neocmake"
|
||||||
|
"linkerscript"
|
||||||
];
|
];
|
||||||
|
|
||||||
themes = {};
|
themes = {};
|
||||||
@ -67,6 +71,22 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
auto_signature_help = true;
|
auto_signature_help = true;
|
||||||
|
lsp = {
|
||||||
|
nil = {
|
||||||
|
initialization_options = {
|
||||||
|
formatting = {
|
||||||
|
command = null;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
nixd = {
|
||||||
|
initialization_options = {
|
||||||
|
formatting = {
|
||||||
|
command = ["${pkgs.alejandra}/bin/alejandra"];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
disable_ai = false;
|
disable_ai = false;
|
||||||
agent = {
|
agent = {
|
||||||
|
|||||||
Reference in New Issue
Block a user