summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_meta/api_keysets.lua
AgeCommit message (Expand)AuthorFiles
2025-03-10fix(lua): types for vim.api.keyset.win_config #32700Tomasz N1
2025-02-25feat(treesitter): vertical conceal support for highlighterLuuk van Baal1
2025-02-25feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal1
2025-02-20feat(marks): virtual lines support horizontal scrolling (#32497)zeertzjq1
2025-01-26feat(api): nvim_get_autocmds filter by id#31549glepnir1
2025-01-21feat(extmark): stack multiple highlight groups in `hl_group`bfredl1
2025-01-09Merge #31900 from luukvbaal/nvim_echoJustin M. Keyes1
2025-01-09feat(api): add err field to nvim_echo() optsLuuk van Baal1
2025-01-08fix(api): nvim_set_decoration_provider callback return type #31912notomo1
2024-11-25feat(keysets): teach Union and LuaRefOfLewis Russell1
2024-10-20feat(float): allow enabling mouse for non-focusable window (#30844)zeertzjq1
2024-06-07feat: get/set namespace properties #28728altermo1
2024-05-02feat(api): add nvim__redraw for more granular redrawingLuuk van Baal1
2024-05-01revert: "feat(extmarks): subpriorities (relative to declaration order) (#2713...Gregory Anders1
2024-02-21feat(extmark): window scoped extmarkaltermo1
2024-02-13refactor(lua): use a keyset for vim.diff opts parsingbfredl1
2024-02-09refactor: rename FloatConfig to WinConfig #27397Will Hopkins1
2024-02-01feat(api): make nvim_open_win support non-floating windows (#25550)Will Hopkins1
2024-01-28feat(extmarks): subpriorities (relative to declaration order) (#27131)Gregory Anders1
2024-01-24feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders1
2024-01-22refactor(api): give "hl_group" more accurate _meta typebfredl1
2024-01-20refactor(api): use hl id directly in nvim_buf_set_extmarkglepnir1
2023-12-26feat(extmarks): add virt_text_repeat_linebreak flag (#26625)luukvbaal1
2023-12-16feat(ui): completeopt support popup like vimmathew1
2023-12-14feat(nvim_open_term): convert LF => CRLF (#26384)Raphael1
2023-12-05refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)Riccardo Mazzarini1
2023-11-08feat(extmarks): add 'invalidate' property to extmarksLuuk van Baal1
2023-10-10docs: miscellaneous doc and type fixes (#25554)Maria José Solano1
2023-10-01Merge pull request #25455 from bfredl/highlight_namespace_gettersbfredl1
2023-10-01feat(ui): allow to get the highlight namespaceDaniel Steinberg1
2023-09-30feat(float): support toggle show float windowglepnir1
2023-09-26Merge pull request #25229 from glepnir/20323bfredl1
2023-09-26fix(highlight): add force in nvim_set_hlglepnir1
2023-09-18fix(float): add fixd optionglepnir1
2023-09-12feat(extmark): support proper multiline rangesbfredl1
2023-09-09fix(highlight): add create param in nvim_get_hlglepnir1
2023-08-26feat(float): implement footerEvgeni Chasnovski1
2023-08-08docs(lua): the keyset nilocalypsebfredl1
2023-08-07feat(lua): use keyset type informationbfredl1
2023-08-01feat(lua-types): types for vim.api.* (#24523)Lewis Russell1