1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-18 16:29:40 +01:00
nixvim/tests/test-sources/plugins/by-name/texpresso/default.nix
2025-04-01 16:03:03 +02:00

5 lines
58 B
Nix

{
empty = {
plugins.texpresso.enable = true;
};
}