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

6 lines
58 B
Nix
Raw Normal View History

2024-05-05 19:39:35 +02:00
{
2024-04-26 10:47:59 +02:00
empty = {
plugins.texpresso.enable = true;
2024-04-26 10:47:59 +02:00
};
}