Skip to content

Commit

Permalink
plugins/TEMPLATE: add moduleName
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 14, 2024
1 parent 63c81b1 commit f13bdfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/TEMPLATE.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f13bdfe

Please sign in to comment.