Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
astronvimbot committed Sep 26, 2024
1 parent 7673bbe commit bb8264c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function astrotheme.lib.util.get_plugin_list(opts: AstroThemeOpts)


```lua
function astrotheme.lib.util.reload(opts: AstroThemeOpts, theme: string)
function astrotheme.lib.util.reload(opts: AstroThemeOpts)
```

Reload a given theme
Expand Down
4 changes: 2 additions & 2 deletions doc/astrotheme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*astrotheme.txt* For Neovim >= 0.9.0 Last change: 2024 September 16
*astrotheme.txt* For Neovim >= 0.9.0 Last change: 2024 September 26

==============================================================================
Table of Contents *astrotheme-table-of-contents*
Expand Down Expand Up @@ -430,7 +430,7 @@ Retrieve a list of all plugins to enable
RELOAD ~

>lua
function astrotheme.lib.util.reload(opts: AstroThemeOpts, theme: string)
function astrotheme.lib.util.reload(opts: AstroThemeOpts)
<

Reload a given theme
Expand Down

0 comments on commit bb8264c

Please sign in to comment.