nix-community.nixvim/tests/test-sources/plugins/utils/repeat.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
55 B
Nix
Raw Normal View History

2024-09-05 20:40:01 +03:00
{
empty = {
plugins.repeat.enable = true;
};
}