flake/dev/new-plugin: add missing ';'

This commit is contained in:
Gaetan Lepage 2025-05-23 14:22:20 +02:00 committed by nix-infra-bot
parent 380aabb981
commit 73c1a755f0

View file

@ -13,7 +13,7 @@ lib.nixvim.plugins.mkNeovimPlugin {{
packPathName = "{originalName}";
package = "{package}";
{maintainer_todo}maintainers = [ lib.maintainers.{maintainer} ]
{maintainer_todo}maintainers = [ lib.maintainers.{maintainer} ];
# TODO provide an example for the `settings` option (or remove entirely if there is no useful example)
# NOTE you can use `lib.literalExpression` or `lib.literalMD` if needed