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:
parent
8075859275
commit
eee1491151
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue