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 Jan 22, 2024
1 parent afd6775 commit 3d6b456
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 @@ -248,7 +248,7 @@ function astrocore.reload()


```lua
function astrocore.set_mappings(map_table: table, base?: table)
function astrocore.set_mappings(map_table: table<string, table<string, (string|AstroCoreMapping|false)?>?>, base?: vim.api.keyset.keymap)
```

Table based API for setting keybindings
Expand Down
4 changes: 2 additions & 2 deletions 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: 2024 January 19
*astrocore.txt* For Neovim >= 0.9.0 Last change: 2024 January 22

==============================================================================
Table of Contents *astrocore-table-of-contents*
Expand Down Expand Up @@ -445,7 +445,7 @@ until restart.
SET_MAPPINGS ~

>lua
function astrocore.set_mappings(map_table: table, base?: table)
function astrocore.set_mappings(map_table: table<string, table<string, (string|AstroCoreMapping|false)?>?>, base?: vim.api.keyset.keymap)
<

Table based API for setting keybindings
Expand Down

0 comments on commit 3d6b456

Please sign in to comment.