1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
nixvim/tests/test-sources/plugins/utils/repeat.nix
2024-09-05 18:02:31 +00:00

5 lines
55 B
Nix

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