aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta/api_keysets.lua
Commit message (Expand)AuthorAge
* feat(api): nvim_get_autocmds filter by id#31549glepnir2025-01-26
* feat(extmark): stack multiple highlight groups in `hl_group`bfredl2025-01-21
* Merge #31900 from luukvbaal/nvim_echoJustin M. Keyes2025-01-09
|\
| * feat(api): add err field to nvim_echo() optsLuuk van Baal2025-01-09
* | fix(api): nvim_set_decoration_provider callback return type #31912notomo2025-01-08
|/
* feat(keysets): teach Union and LuaRefOfLewis Russell2024-11-25
* feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq2024-10-20
* feat: get/set namespace properties #28728altermo2024-06-07
* feat(api): add nvim__redraw for more granular redrawingLuuk van Baal2024-05-02
* revert: "feat(extmarks): subpriorities (relative to declaration order) (#2713...Gregory Anders2024-05-01
* feat(extmark): window scoped extmarkaltermo2024-02-21
* refactor(lua): use a keyset for vim.diff opts parsingbfredl2024-02-13
* refactor: rename FloatConfig to WinConfig #27397Will Hopkins2024-02-09
* feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins2024-02-01
* feat(extmarks): subpriorities (relative to declaration order) (#27131)Gregory Anders2024-01-28
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* refactor(api): give "hl_group" more accurate _meta typebfredl2024-01-22
* refactor(api): use hl id directly in nvim_buf_set_extmarkglepnir2024-01-20
* feat(extmarks): add virt_text_repeat_linebreak flag (#26625)luukvbaal2023-12-26
* feat(ui): completeopt support popup like vimmathew2023-12-16
* feat(nvim_open_term): convert LF => CRLF (#26384)Raphael2023-12-14
* refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)Riccardo Mazzarini2023-12-05
* feat(extmarks): add 'invalidate' property to extmarksLuuk van Baal2023-11-08
* docs: miscellaneous doc and type fixes (#25554)Maria José Solano2023-10-10
* Merge pull request #25455 from bfredl/highlight_namespace_gettersbfredl2023-10-01
|\
| * feat(ui): allow to get the highlight namespaceDaniel Steinberg2023-10-01
* | feat(float): support toggle show float windowglepnir2023-09-30
|/
* Merge pull request #25229 from glepnir/20323bfredl2023-09-26
|\
| * fix(highlight): add force in nvim_set_hlglepnir2023-09-26
* | fix(float): add fixd optionglepnir2023-09-18
|/
* feat(extmark): support proper multiline rangesbfredl2023-09-12
* fix(highlight): add create param in nvim_get_hlglepnir2023-09-09
* feat(float): implement footerEvgeni Chasnovski2023-08-26
* docs(lua): the keyset nilocalypsebfredl2023-08-08
* feat(lua): use keyset type informationbfredl2023-08-07
* feat(lua-types): types for vim.api.* (#24523)Lewis Russell2023-08-01