treewide: originalName -> packPathName

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.
This commit is contained in:
Austin Horstman 2024-12-13 08:27:14 -06:00
parent e8e396558b
commit a7012e7864
No known key found for this signature in database
181 changed files with 194 additions and 194 deletions

View file

@ -4,7 +4,7 @@
}:
lib.nixvim.vim-plugin.mkVimPlugin {
name = "repeat";
originalName = "vim-repeat";
packPathName = "vim-repeat";
package = "vim-repeat";
maintainers = [ lib.maintainers.refaelsh ];