1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins/conform-nvim (formatter-packages): mark hindent as broken

This commit is contained in:
Gaetan Lepage 2025-10-08 10:44:23 +02:00 committed by Gaétan Lepage
parent 8075859275
commit eee1491151

View file

@ -20,6 +20,8 @@ rec {
commitmsgfmt = sType.broken;
# 2025-09-17 build failure
gci = sType.broken;
# 2025-10-08 build failure (haskellPackages.hindent)
hindent = sType.broken;
format-queries = null; # Uses neovim itself
init = null; # Internal thingamajig
@ -98,7 +100,6 @@ rec {
gofmt = go;
goimports = gotools;
hcl = hclfmt;
inherit (haskellPackages) hindent;
html_beautify = nodePackages.js-beautify;
inherit (rubyPackages) htmlbeautifier;
hurlfmt = hurl;