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 Oct 25, 2023
1 parent aa3d013 commit 1db3d08
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
13 changes: 13 additions & 0 deletions doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,19 @@ function astrocore.toggles.background(silent?: boolean)

*param* `silent` — if true then don't sent a notification

### buffer_cmp


```lua
function astrocore.toggles.buffer_cmp(bufnr?: number, silent?: boolean)
```

Toggle buffer local cmp

*param* `bufnr` — the buffer to toggle cmp completion on

*param* `silent` — if true then don't sent a notification

### buffer_indent_guides


Expand Down
15 changes: 14 additions & 1 deletion doc/astrocore.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*astrocore.txt* For Neovim >= 0.9.0 Last change: 2023 October 12
*astrocore.txt* For Neovim >= 0.9.0 Last change: 2023 October 25

==============================================================================
Table of Contents *astrocore-table-of-contents*
Expand Down Expand Up @@ -911,6 +911,19 @@ Toggle background="dark"|"light"
_param_ `silent` — if true then don’t sent a notification


BUFFER_CMP ~

>lua
function astrocore.toggles.buffer_cmp(bufnr?: number, silent?: boolean)
<

Toggle buffer local cmp

_param_ `bufnr` — the buffer to toggle cmp completion on

_param_ `silent` — if true then don’t sent a notification


BUFFER_INDENT_GUIDES ~

>lua
Expand Down

0 comments on commit 1db3d08

Please sign in to comment.