plugins/TEMPLATE: add moduleName

This commit is contained in:
Austin Horstman 2024-12-13 21:15:47 -06:00
parent 63c81b1778
commit f13bdfec8f
No known key found for this signature in database

View file

@ -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