null-ls: added alejandro and nixfmt (#33)

This commit is contained in:
Alexander Nortung 2022-08-19 21:33:35 +02:00 committed by GitHub
parent 70dd3446fb
commit 8b61db8a80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,12 @@ let
diagnostics = { diagnostics = {
}; };
formatting = { formatting = {
alejandra = {
packages = [ pkgs.alejandra ];
};
nixfmt = {
packages = [ pkgs.nixfmt ];
};
prettier = { prettier = {
packages = [ pkgs.nodePackages.prettier ]; packages = [ pkgs.nodePackages.prettier ];
}; };