nix-community.nixvim/tests/test-sources/plugins/by-name/repeat/default.nix
2024-09-09 11:50:38 +01:00

5 lines
55 B
Nix

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