nix-community.nixvim/plugins/by-name/repeat/default.nix
2025-06-18 02:42:47 +03:00

12 lines
256 B
Nix

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