mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-26 05:34:54 +02:00
tests/plugins/none-ls: re-enable d2_fmt and yamlfix
This commit is contained in:
parent
366f25598a
commit
9a218fed31
1 changed files with 0 additions and 6 deletions
|
@ -115,11 +115,6 @@
|
||||||
let
|
let
|
||||||
disabled =
|
disabled =
|
||||||
[
|
[
|
||||||
# As of 2024-03-22, pkgs.d2 is broken
|
|
||||||
# TODO: re-enable this test when fixed
|
|
||||||
"d2_fmt"
|
|
||||||
# TODO: can this be re-enabled?
|
|
||||||
"yamlfix"
|
|
||||||
# TODO: re-enable when package is fixed
|
# TODO: re-enable when package is fixed
|
||||||
"prisma_format"
|
"prisma_format"
|
||||||
]
|
]
|
||||||
|
@ -150,7 +145,6 @@
|
||||||
"swift_format"
|
"swift_format"
|
||||||
]);
|
]);
|
||||||
in
|
in
|
||||||
|
|
||||||
# Enable every none-ls source that has an option
|
# Enable every none-ls source that has an option
|
||||||
lib.mapAttrs (
|
lib.mapAttrs (
|
||||||
_:
|
_:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue