nix-community.nixvim/tests/test-sources/plugins/by-name/texpresso/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
172 B
Nix
Raw Normal View History

2024-04-26 10:47:59 +02:00
{
empty = {
# TODO: added 2025-03-24
# pkgs.texpresso is broken
# https://github.com/NixOS/nixpkgs/issues/392649
plugins.texpresso.enable = false;
2024-04-26 10:47:59 +02:00
};
}