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