mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-18 15:01:13 +01:00
plugins/harpoon: fix pack path name
Lazy loading needs the correct name for finding the plugin in `opt`. With change to `harpoon2` as the default, we need to fix the `packPathName` to match.
This commit is contained in:
parent
4933397031
commit
7660d9ebb7
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ in
|
||||||
lib.nixvim.plugins.mkNeovimPlugin {
|
lib.nixvim.plugins.mkNeovimPlugin {
|
||||||
name = "harpoon";
|
name = "harpoon";
|
||||||
package = "harpoon2";
|
package = "harpoon2";
|
||||||
|
packPathName = "harpoon2";
|
||||||
description = "Quickly access files and marks in Neovim.";
|
description = "Quickly access files and marks in Neovim.";
|
||||||
|
|
||||||
maintainers = [ lib.maintainers.GaetanLepage ];
|
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue