diff --git a/plugins/TEMPLATE.nix b/plugins/TEMPLATE.nix index cdcedb6159..c074a1a954 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