fix(nvim): yamlfmt and fish swapped binaries
Typo in the previous commit T-T
This commit is contained in:
parent
434829c96a
commit
298a957589
1 changed files with 2 additions and 2 deletions
|
@ -95,12 +95,12 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
formatters = {
|
formatters = {
|
||||||
fish.command = lib.getExe pkgs.fish;
|
fish.command = lib.getExe' pkgs.fish "fish_indent";
|
||||||
nixfmt.command = lib.getExe pkgs.nixfmt-rfc-style;
|
nixfmt.command = lib.getExe pkgs.nixfmt-rfc-style;
|
||||||
shfmt.command = lib.getExe pkgs.shfmt;
|
shfmt.command = lib.getExe pkgs.shfmt;
|
||||||
stylua.command = lib.getExe pkgs.stylua;
|
stylua.command = lib.getExe pkgs.stylua;
|
||||||
taplo.command = lib.getExe pkgs.taplo;
|
taplo.command = lib.getExe pkgs.taplo;
|
||||||
yamlfmt.command = lib.getExe' pkgs.yamlfmt "fish_indent";
|
yamlfmt.command = lib.getExe pkgs.yamlfmt;
|
||||||
};
|
};
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
"_" = [ "trim_whitespace" ];
|
"_" = [ "trim_whitespace" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue