nix-community.nixvim/tests/test-sources/plugins/languages/texpresso.nix
2024-04-26 11:42:58 +02:00

6 lines
124 B
Nix

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