nix-community.nixvim/plugins/utils/repeat.nix

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

12 lines
186 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";
maintainers = [ lib.nixvim.maintainers.refaelsh ];
}