mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
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:
parent
e8e396558b
commit
a7012e7864
181 changed files with 194 additions and 194 deletions
|
@ -6,7 +6,7 @@
|
|||
with lib;
|
||||
helpers.neovim-plugin.mkNeovimPlugin {
|
||||
name = "codesnap";
|
||||
originalName = "codesnap.nvim";
|
||||
packPathName = "codesnap.nvim";
|
||||
package = "codesnap-nvim";
|
||||
|
||||
maintainers = [ maintainers.GaetanLepage ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue