nix-community.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;
};
}