Skip to content

Commit 63abbb7

Browse files
committed
chore: documentation
1 parent 2ab827e commit 63abbb7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/neovim-plugin-boilerplate.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Toggle the plugin by calling the `enable`/`disable` methods respectively.
66

77
------------------------------------------------------------------------------
88
*YourPluginName.enable()*
9-
`YourPluginName.enable`()
9+
`YourPluginName.enable`({scope})
1010
Initializes the plugin, sets event listeners and internal state.
1111

1212
------------------------------------------------------------------------------
@@ -22,14 +22,13 @@ Disables the plugin, clear highlight groups and autocmds, closes side buffers an
2222
Your plugin configuration with its default values.
2323

2424
Default values:
25-
>
25+
>lua
2626
YourPluginName.options = {
2727
-- Prints useful logs about what event are triggered, and reasons actions are executed.
2828
debug = false,
2929
}
3030

3131
<
32-
3332
------------------------------------------------------------------------------
3433
*YourPluginName.setup()*
3534
`YourPluginName.setup`({options})

0 commit comments

Comments
 (0)