mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/git-conflict: fix packPath name
Failing to lazy load because of incorrect packPathName
This commit is contained in:
parent
32bf82ebe8
commit
aab2b81792
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
||||||
with lib;
|
with lib;
|
||||||
lib.nixvim.plugins.mkNeovimPlugin {
|
lib.nixvim.plugins.mkNeovimPlugin {
|
||||||
name = "git-conflict";
|
name = "git-conflict";
|
||||||
packPathName = "git-conflict.nvim";
|
|
||||||
package = "git-conflict-nvim";
|
package = "git-conflict-nvim";
|
||||||
|
|
||||||
maintainers = [ maintainers.GaetanLepage ];
|
maintainers = [ maintainers.GaetanLepage ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue