diff --git a/flake/dev/new-plugin.py b/flake/dev/new-plugin.py index 1181332e..c1f1b5ca 100644 --- a/flake/dev/new-plugin.py +++ b/flake/dev/new-plugin.py @@ -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