1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-02 15:11:05 +01:00
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;
};
}