mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +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
|
in
|
||||||
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||||
name = "my-plugin";
|
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`)
|
packPathName = "my-plugin.nvim"; # TODO replace (or remove entirely if it is the same as `name`)
|
||||||
package = "my-plugin-nvim"; # TODO replace
|
package = "my-plugin-nvim"; # TODO replace
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue