From f13bdfec8f2c5786362a78f555ff3577c2a59591 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Fri, 13 Dec 2024 21:15:47 -0600 Subject: [PATCH] plugins/TEMPLATE: add moduleName --- plugins/TEMPLATE.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/TEMPLATE.nix b/plugins/TEMPLATE.nix index cdcedb61..c074a1a9 100644 --- a/plugins/TEMPLATE.nix +++ b/plugins/TEMPLATE.nix @@ -4,6 +4,7 @@ let in lib.nixvim.neovim-plugin.mkNeovimPlugin { name = "my-plugin"; + moduleName = "my-plugin"; # TODO replace (or remove entirely if it is the same as `name`) packPathName = "my-plugin.nvim"; # TODO replace (or remove entirely if it is the same as `name`) package = "my-plugin-nvim"; # TODO replace