diff --git a/doc/api.md b/doc/api.md index 2fe2095..4d8a567 100644 --- a/doc/api.md +++ b/doc/api.md @@ -248,7 +248,7 @@ function astrocore.reload() ```lua -function astrocore.set_mappings(map_table: table, base?: table) +function astrocore.set_mappings(map_table: table?>, base?: vim.api.keyset.keymap) ``` Table based API for setting keybindings diff --git a/doc/astrocore.txt b/doc/astrocore.txt index dbe0ccd..f2366fe 100644 --- a/doc/astrocore.txt +++ b/doc/astrocore.txt @@ -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* @@ -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?>, base?: vim.api.keyset.keymap) < Table based API for setting keybindings