nix-community.nixvim/tests/test-sources/plugins/by-name/texpresso/default.nix
Austin Horstman e75f0aac90
tests/texpresso: disable test
Plugin is broken atm due to hash mismatch.
2025-02-01 09:47:37 -06:00

6 lines
101 B
Nix

{
empty = {
# FIXME: texpresso is broken upstream
plugins.texpresso.enable = false;
};
}