1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-15 05:21:08 +01:00

plugins/git-conflict: fix packPath name

Failing to lazy load because of incorrect packPathName
This commit is contained in:
Austin Horstman 2025-01-23 15:26:01 -06:00
parent 32bf82ebe8
commit aab2b81792
No known key found for this signature in database

View file

@ -7,7 +7,6 @@
with lib;
lib.nixvim.plugins.mkNeovimPlugin {
name = "git-conflict";
packPathName = "git-conflict.nvim";
package = "git-conflict-nvim";
maintainers = [ maintainers.GaetanLepage ];