mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
flake/dev/new-plugin: add missing ';'
This commit is contained in:
parent
380aabb981
commit
73c1a755f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue