mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +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}";
|
||||
package = "{package}";
|
||||
|
||||
maintainers = [ lib.maintainers.YOUR_NAME ];
|
||||
maintainers = [ lib.maintainers.YOUR_NAME ]; # TODO
|
||||
|
||||
settingsOptions = {{
|
||||
exampleOption = lib.nixvim.defaultNullOpts.mkBool false ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue