mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-30 14:11:03 +01:00
plugins/conform-nvim: update formatter-packages
This commit is contained in:
parent
52fe863780
commit
e39c85a2a5
1 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ rec {
|
||||||
# 2025-10-12 build failure on Darwin
|
# 2025-10-12 build failure on Darwin
|
||||||
smlfmt = if stdenv.isDarwin then sType.broken else smlfmt;
|
smlfmt = if stdenv.isDarwin then sType.broken else smlfmt;
|
||||||
|
|
||||||
|
# 2025-11-25 build failure
|
||||||
|
roc = sType.broken;
|
||||||
# 2025-09-13 build failure
|
# 2025-09-13 build failure
|
||||||
inko = sType.broken;
|
inko = sType.broken;
|
||||||
# 2025-09-17 build failure
|
# 2025-09-17 build failure
|
||||||
|
|
@ -76,6 +78,7 @@ rec {
|
||||||
spotless_maven = sType.unpackaged;
|
spotless_maven = sType.unpackaged;
|
||||||
standard-clj = sType.unpackaged;
|
standard-clj = sType.unpackaged;
|
||||||
standardjs = sType.unpackaged;
|
standardjs = sType.unpackaged;
|
||||||
|
tclfmt = sType.unpackaged;
|
||||||
tlint = sType.unpackaged;
|
tlint = sType.unpackaged;
|
||||||
twig-cs-fixer = sType.unpackaged;
|
twig-cs-fixer = sType.unpackaged;
|
||||||
typstfmt = sType.unpackaged;
|
typstfmt = sType.unpackaged;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue