mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 12:45:24 +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
|
||||
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
|
||||
"prisma_format"
|
||||
]
|
||||
|
@ -150,7 +145,6 @@
|
|||
"swift_format"
|
||||
]);
|
||||
in
|
||||
|
||||
# Enable every none-ls source that has an option
|
||||
lib.mapAttrs (
|
||||
_:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue