forked from mirrors_public/oddlama_nix-config
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 = {
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue