1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-22 02:09:40 +01:00
nixvim/tests/test-sources/plugins/by-name/texpresso/default.nix
2025-02-05 15:56:27 +00:00

5 lines
58 B
Nix

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