1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-13 22:12:47 +01:00
nixvim/plugins/by-name/repeat/default.nix

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