mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
flake/dev/new-plugin: add '# TODO' next to the maintainers line
This commit is contained in:
parent
87ee660991
commit
3285bbda0a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ lib.nixvim.plugins.mkNeovimPlugin {{
|
||||||
packPathName = "{originalName}";
|
packPathName = "{originalName}";
|
||||||
package = "{package}";
|
package = "{package}";
|
||||||
|
|
||||||
maintainers = [ lib.maintainers.YOUR_NAME ];
|
maintainers = [ lib.maintainers.YOUR_NAME ]; # TODO
|
||||||
|
|
||||||
settingsOptions = {{
|
settingsOptions = {{
|
||||||
exampleOption = lib.nixvim.defaultNullOpts.mkBool false ''
|
exampleOption = lib.nixvim.defaultNullOpts.mkBool false ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue