nix-community.nixvim/tests/test-sources/plugins/languages/texpresso.nix

7 lines
124 B
Nix
Raw Normal View History

2024-04-26 10:47:59 +02:00
{pkgs, ...}: {
empty = {
# texpresso is broken on darwin
plugins.texpresso.enable = !pkgs.stdenv.isDarwin;
};
}