mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: switch to nixfmt-rfc-style in nvim
This commit is contained in:
parent
2cbf0a5e5b
commit
d8e2ebe02c
1 changed files with 1 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
||||||
nil_ls = {
|
nil_ls = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
formatting.command = [(lib.getExe pkgs.alejandra) "--quiet"];
|
formatting.command = [(lib.getExe pkgs.nixfmt-rfc-style) "--quiet"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
nixd.enable = true;
|
nixd.enable = true;
|
||||||
|
@ -70,7 +70,6 @@
|
||||||
protolint.enable = true;
|
protolint.enable = true;
|
||||||
};
|
};
|
||||||
formatting = {
|
formatting = {
|
||||||
alejandra.enable = true;
|
|
||||||
markdownlint.enable = true;
|
markdownlint.enable = true;
|
||||||
sqlfluff.enable = true;
|
sqlfluff.enable = true;
|
||||||
shfmt.enable = true;
|
shfmt.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue