nix-community.nixvim/plugins/by-name/repeat/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
179 B
Nix
Raw Normal View History

2024-09-05 20:40:01 +03:00
{
lib,
...
}:
lib.nixvim.vim-plugin.mkVimPlugin {
name = "repeat";
originalName = "vim-repeat";
package = "vim-repeat";
2024-09-27 05:28:00 +01:00
maintainers = [ lib.maintainers.refaelsh ];
2024-09-05 20:40:01 +03:00
}