mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/TEMPLATE: add moduleName
This commit is contained in:
parent
63c81b1778
commit
f13bdfec8f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue