feat: switch to nixfmt-rfc-style in nvim

This commit is contained in:
oddlama 2024-11-26 02:26:47 +01:00
parent 2cbf0a5e5b
commit d8e2ebe02c
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -38,7 +38,7 @@
nil_ls = {
enable = true;
settings = {
formatting.command = [(lib.getExe pkgs.alejandra) "--quiet"];
formatting.command = [(lib.getExe pkgs.nixfmt-rfc-style) "--quiet"];
};
};
nixd.enable = true;
@ -70,7 +70,6 @@
protolint.enable = true;
};
formatting = {
alejandra.enable = true;
markdownlint.enable = true;
sqlfluff.enable = true;
shfmt.enable = true;