mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-07 11:25:06 +02: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:
parent
a16c89c175
commit
42d55b8ac4
1 changed files with 1 additions and 1 deletions
|
@ -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.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue