mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
We used to only think of it as the plugin repo's name, but we have been needing to use it for the name of the plugin's packpath location.
11 lines
179 B
Nix
11 lines
179 B
Nix
{
|
|
lib,
|
|
...
|
|
}:
|
|
lib.nixvim.vim-plugin.mkVimPlugin {
|
|
name = "repeat";
|
|
packPathName = "vim-repeat";
|
|
package = "vim-repeat";
|
|
|
|
maintainers = [ lib.maintainers.refaelsh ];
|
|
}
|