Added alejandra for formatting
Formatted all files in repo and set up alejandra to run automatically when nix files are saved.
This commit is contained in:
parent
fc14e637c0
commit
d149b9b70b
3 changed files with 40 additions and 30 deletions
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
{pkgs, ...}: {
|
||||
plugins.lsp = {
|
||||
enable = true;
|
||||
servers = {
|
||||
|
@ -19,7 +19,13 @@
|
|||
ocamllsp.enable = true;
|
||||
|
||||
# nix
|
||||
nixd.enable = true;
|
||||
nixd = {
|
||||
enable = true;
|
||||
settings.formatting.command = ["${pkgs.alejandra}/bin/alejandra"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
plugins.lsp-format.enable = true;
|
||||
plugins.lsp-lines.enable = true;
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
};
|
||||
"sectionSeparators" = {
|
||||
right = "";
|
||||
left= "";
|
||||
left = "";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue