nix-community.nixvim/tests/test-sources/plugins/by-name/texpresso/default.nix
Gaetan Lepage 2d4db5a41f
Revert "tests/texpresso: disable test"
This reverts commit e75f0aac90.
2025-02-05 15:56:26 +00:00

7 lines
126 B
Nix

{ pkgs, ... }:
{
empty = {
# texpresso is broken on darwin
plugins.texpresso.enable = !pkgs.stdenv.isDarwin;
};
}