summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2025-08-23vim-patch:5ca1ea8: runtime(doc): Tweak documentation stylezeertzjq1
2025-08-23vim-patch:9.1.1638: completion: not possible to delay the autcompletionzeertzjq1
2025-08-22feat(tui): add nvim_ui_send (#35406)Gregory Anders5
2025-08-22docs(pack): document `$XDG_DATA_HOME/nvim/site` presence in 'packpath'Evgeni Chasnovski1
2025-08-22perf(pack): reduce number of 'opt/' directory computationsEvgeni Chasnovski1
2025-08-21fix(lsp): handle array with empty string when checking empty hover (#35423)Igor Lacerda1
2025-08-21feat(pack): support user-defined `data` in plugin spec #35360Birdee1
2025-08-21feat(extui): support paging in the dialog window (#35310)luukvbaal3
2025-08-21vim-patch:84a343a: runtime(doc): correct another problem in :h items()zeertzjq1
2025-08-21vim-patch:44c8072: runtime(doc): fix style and clarify items() function for S...zeertzjq1
2025-08-21vim-patch:partial:308a313: runtime(doc): Update help for the items() functionzeertzjq1
2025-08-20fix(lsp): update window title when cycling through signatures #35407Tiago Inaba1
2025-08-20vim-patch:9.1.1647: filetype: Cangjie files are not recognizedzeertzjq1
2025-08-19fix(treesitter): run FileType autocmds in the context of `<abuf>`Sean Dewar1
2025-08-19feat(snippet): highlight active tabstop (#35378)TheBlob421
2025-08-18Merge #35018 refactor(lsp): centralized enable/is_enabled strategyJustin M. Keyes7
2025-08-18refactor(lsp): use `vim.lsp._capability.enable` internallyYi Ming4
2025-08-18refactor(lsp): correct enable marker nameYi Ming1
2025-08-18refactor(lsp): no longer rely on `LspDetach` for detaching capabilitiesYi Ming2
2025-08-18refactor(lsp): move `util.enable` to `capability.enable`Yi Ming5
2025-08-17docs: misc, dev-api-fast, $XDG_STATE_HOME #35138Justin M. Keyes2
2025-08-17feat(ssh): SSH configuration parser #35027Siddhant Agarwal1
2025-08-17Merge #35109 vim.pos, vim.rangeJustin M. Keyes4
2025-08-17refactor(lsp): change capability name to snake caseYi Ming3
2025-08-17refactor(lsp): register all derived `Capability` prototypesYi Ming3
2025-08-17refactor(lsp): define `Capability.on_attach`Yi Ming3
2025-08-17refactor(lsp): check supported methods instead of `tbl_get`Yi Ming1
2025-08-17feat(lua): conversion between vim and lsp position/rangeYi Ming2
2025-08-17feat(lua): `vim.pos`/`vim.range`Yi Ming4
2025-08-16feat(provider): detect venv python via "pynvim-python" tool #35273Michael Henry1
2025-08-14fix(checkhealth): wrong ABI version for treesitter parsers #35327Jalil David Salamé Messina1
2025-08-14vim-patch:9.1.1627: fuzzy matching can be improvedzeertzjq1
2025-08-13fix(snippet): adjacent tabstops without placeholders (#35167)TheBlob421
2025-08-12fix(treesitter): set local values of window optionsJaehwang Jung1
2025-08-11fix: don't use logical diagnostic position in `get_prev` and `get_next` #35282Sergei Slipchenko1
2025-08-11Merge #35270 vim.pack: more control over "load" behaviorJustin M. Keyes1
2025-08-11feat(lsp): support signature help noActiveParameterSupport #34838skewb1k3
2025-08-11fix(extui): ensure temporary cmdline config is not restored #35301luukvbaal1
2025-08-11fix(lsp): deprecate vim.lsp.set_log_level, vim.lsp.get_log_path #35274Maria José Solano4
2025-08-11docs(lsp): specify formatting_options type (#35302)Riley Bruins1
2025-08-11fix(lsp): check for lens range in `vim.lsp.codelens.run()` (#35294)Maria José Solano1
2025-08-10vim-patch:9.1.1620: filetype: composer.lock and symfony.lock files not recogn...Dietrich Moerman1
2025-08-09vim-patch:9.1.1615: diff format erroneously detected (#35276)zeertzjq1
2025-08-09feat(pack): allow skip install confirmation in `add()`Evgeni Chasnovski1
2025-08-09feat(pack): allow function `opts.load` in `add()`Evgeni Chasnovski1
2025-08-09fix(pack): update `add()` to have default `load=false` during startupEvgeni Chasnovski1
2025-08-09vim-patch:9.1.1606: filetype: a few more files are not recognized (#35268)zeertzjq1
2025-08-08fix(snippet): sync tabstop text also if pmenu is visible (#35250)Mathias Fußenegger1
2025-08-08vim-patch:9.1.1605: cannot specify scope for chdir() (#35239)zeertzjq1
2025-08-08vim-patch:d82c918: runtime(doc): Improve doc for cmdline-autocomplete (#35235)zeertzjq1