mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-27 02:59:00 +02:00
flake/treefmt: disable taplo for now
It is currently broken, with the error: taplo with options '[format]' failed to apply: exit status 101
This commit is contained in:
parent
3c9af6191e
commit
1310eaf606
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@
|
||||||
statix.enable = true;
|
statix.enable = true;
|
||||||
stylua.enable = true;
|
stylua.enable = true;
|
||||||
shfmt.enable = true;
|
shfmt.enable = true;
|
||||||
taplo.enable = true;
|
# FIXME: currently broken: taplo with options '[format]' failed to apply: exit status 101
|
||||||
|
# taplo.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue