Fix alejandra? (I guess).
This commit is contained in:
parent
c4fb4220e4
commit
8c0980fa78
1 changed files with 6 additions and 1 deletions
|
@ -54,6 +54,11 @@
|
|||
enableTreesitter = true;
|
||||
enableFormat = true;
|
||||
|
||||
lua.enable = true;
|
||||
# python = {
|
||||
# enable = true;
|
||||
# format.type = "black-and-isort";
|
||||
# };
|
||||
css = {
|
||||
enable = true;
|
||||
format.enable = true;
|
||||
|
@ -84,7 +89,7 @@
|
|||
expr = "import <nixpkgs> { }",
|
||||
},
|
||||
formatting = {
|
||||
command = { "${pkgs.alejandra}/bin/alejandra" },
|
||||
command = { "${pkgs.alejandra}/bin/alejandra", "--quiet" },
|
||||
},
|
||||
options = {
|
||||
nixos = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue