aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta/api_keysets.lua
Commit message (Collapse)AuthorAge
* fix(highlight): add create param in nvim_get_hlglepnir2023-09-09
|
* feat(float): implement footerEvgeni Chasnovski2023-08-26
| | | | | | | | Problem: Now way to show text at the bottom part of floating window border (a.k.a. "footer"). Solution: Allows `footer` and `footer_pos` config fields similar to `title` and `title_pos`.
* docs(lua): the keyset nilocalypsebfredl2023-08-08
| | | | This is needed to give recent LuaLS the right idea about optional fields.
* feat(lua): use keyset type informationbfredl2023-08-07
|
* feat(lua-types): types for vim.api.* (#24523)Lewis Russell2023-08-01