mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
flake-modules/new-plugin: sync with plugins/TEMPLATE.nix
This commit is contained in:
parent
f7b3f64847
commit
0754cdc51d
2 changed files with 10 additions and 4 deletions
|
@ -5,7 +5,8 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
packPathName = "my-plugin.nvim"; # TODO replace (or remove entirely if it is the same as `name`)
|
||||
package = "my-plugin-nvim"; # TODO replace
|
||||
|
||||
maintainers = [ lib.maintainers.MyName ]; # TODO replace with your name
|
||||
# TODO replace with your name
|
||||
maintainers = [ lib.maintainers.MyName ];
|
||||
|
||||
# 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