1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins/comment: fix lazy loading

case sensitive path name so that lz.n finds it on case sensitive file
systems
This commit is contained in:
Austin Horstman 2025-08-01 18:49:53 -05:00 committed by Gaétan Lepage
parent a16c89c175
commit 0b87d94432

View file

@ -6,7 +6,7 @@
with lib;
lib.nixvim.plugins.mkNeovimPlugin {
name = "comment";
packPathName = "Comment.nvim";
packPathName = "comment.nvim";
moduleName = "Comment";
package = "comment-nvim";
description = "Smart and powerful comment plugin for Neovim.";