aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/keysets_defs.h
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
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* refactor(shada): rework msgpack decoding without msgpack-cbfredl2024-08-05
* 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(IWYU): move marktree types to marktree_defs.h (#26402)zeertzjq2023-12-05
* refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)Riccardo Mazzarini2023-12-05
* refactor: fix includes for api/autocmd.hdundargoc2023-11-27