Files
2025-09-27 23:49:59 +00:00

12 lines
225 B
Nix

{
lib,
...
}:
lib.nixvim.plugins.mkVimPlugin {
name = "repeat";
package = "vim-repeat";
description = "Enable repeating supported plugin maps with the '.' command.";
maintainers = [ lib.maintainers.refaelsh ];
}