nix-community.nixvim/tests/test-sources/plugins/languages/texpresso.nix
2024-05-05 22:00:40 +02:00

7 lines
126 B
Nix

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