1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-14 14:32:47 +01:00
nixvim/plugins/by-name/repeat/default.nix
saygo-png c4b27080a6 treewide: infer packPathName menial work
Signed-off-by: saygo-png <saygo.mail@proton.me>
2025-09-27 23:49:59 +00:00

11 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 ];
}