mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
Revert "plugins/neotest/adapters/playwright: temporarily enable telescope when this adapter is used"
This reverts commit 34d75943ed
.
This commit is contained in:
parent
c2c81a2734
commit
0e93a59567
1 changed files with 1 additions and 6 deletions
|
@ -48,10 +48,5 @@ let
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = (mapAttrsToList mkAdapter supportedAdapters) ++ [
|
imports = mapAttrsToList mkAdapter supportedAdapters;
|
||||||
# TODO: Remove when https://github.com/NixOS/nixpkgs/pull/319314 reaches `nixos-unstable`
|
|
||||||
(mkIf config.plugins.neotest.adapters.playwright.enable {
|
|
||||||
plugins.telescope.enable = mkDefault true;
|
|
||||||
})
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue