1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-14 13:01:12 +01:00

tests/plugins: disable grug-far (flaky dependency)

This commit is contained in:
Gaetan Lepage 2025-09-09 15:27:35 +02:00 committed by Gaétan Lepage
parent 59eac82ac6
commit af51ab6dce

View file

@ -1,4 +1,6 @@
{
{ lib, ... }:
# Disable as luajitPackages.grug-far-nvim is flaky
lib.optionalAttrs false {
empty = {
plugins.grug-far.enable = true;
};