summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2025-03-12fix(lsp): handle non-existent configs in lsp.config/enableLewis Russell2
2025-03-12feat(treesitter): allow `iter_captures` to accept `opts`Riley Bruins1
2025-03-12feat(treesitter): allow passing lang to InspectTreeMaria José Solano1
2025-03-11vim-patch:0a336cc: runtime(doc): clarify that a umask is applied to mkdir() (...zeertzjq1
2025-03-11refactor(lsp): rename `on_publish_diagnostics` parameter #32776Will Lillis1
2025-03-11feat(treesitter): allow disabling captures and patterns on TSQuery (#32790)Ian Chamberlain4
2025-03-11fix: warn when :InspectTree on buffer with no parser #32783phanium1
2025-03-11fix(lsp): improve LSP floating preview window cleanup #31353glepnir1
2025-03-11fix(lsp): wrapped ctx in opts before passed to vim.lsp.completion.trigger #32837glepnir1
2025-03-11vim-patch:9.1.1194: filetype: false positive help filetype detectionzeertzjq1
2025-03-11vim-patch:9.1.1186: filetype: help files in git repos are not detectedzeertzjq1
2025-03-10feat(checkhealth): group parsers by name and path in outputEike1
2025-03-10fix(lsp)!: pass buffer number to root_dir functionLewis Russell1
2025-03-10feat(lsp): support completion context #32793Maria José Solano2
2025-03-10fix(tohtml): disable modeline #32822altermo1
2025-03-10docs(vvars): vim.v.event.windows #32673Vlad2
2025-03-10fix(lua): types for vim.api.keyset.win_config #32700Tomasz N1
2025-03-09fix(build): vimdoc tags are not validated #32801Justin M. Keyes1
2025-03-08fix(types): do not mark unstable API as privateLewis Russell1
2025-03-07feat(defaults): jump between :terminal shell prompts with ]]/[[ #32736Gregory Anders1
2025-03-07fix(lua): always use vim.inspect() for :lua= (#32715)zeertzjq1
2025-03-07fix(lsp): use unresolved code action when `codeAction/resolve` failsMaria José Solano1
2025-03-07vim-patch:9.1.1177: filetype: tera files not detectedChristian Clason1
2025-03-06vim-patch:9.1.1173: filetype: ABNF files are not detected (#32751)zeertzjq1
2025-03-06feat(lsp): support for resolving code action command (#32704)Maria José Solano2
2025-03-05fix(tui): remove DCS escaping in tmux (#32723)Gregory Anders2
2025-03-05feat(terminal)!: include cursor position in TermRequest event data (#31609)Gregory Anders4
2025-03-04fix(lsp): open_floating_preview() ignores max_height (#32716)Robert Muir1
2025-03-04fix(diagnostic): virtual_lines diagnostic columns (#32703)James Trew1
2025-03-04vim-patch:659cb28: runtime(doc): fix typo "bet" in :h 'completeopt' (#32711)zeertzjq1
2025-03-04vim-patch:9.1.1166: command-line auto-completion hard with wildmenuTomas Slusny1
2025-03-02docs: misc #31996Justin M. Keyes9
2025-03-02feat(lua): don't complete private (_) fields after dot (.) #32690Maria José Solano1
2025-03-02feat(comment): allow commentstring to be determined from node metadataRiley Bruins2
2025-03-02vim-patch:9.1.1161: preinsert requires bot "menu" and "menuone" to be setzeertzjq1
2025-03-02vim-patch:9.1.1160: Ctrl-Y does not work well with "preinsert" when completin...zeertzjq1
2025-03-01feat(treesitter): add more metadata to `language.inspect()` (#32657)Lewis Russell3
2025-02-28docs(Open): add reference in documentation (#32678)Luca Saccarola1
2025-02-28fix(marks): ineffective conceal_line callback optimization (#32662)luukvbaal1
2025-02-28fix(treesitter): correctly parse queries with combined injectionsRiley Bruins1
2025-02-28vim-patch:85a50fe: runtime(doc): fix confusing docs for 'completeitemalign' (...zeertzjq1
2025-02-27doc: clarify window-id, tab-id, nvim_set_current_x #32528David Briscoe3
2025-02-26feat(lua): vim.text.indent()Justin M. Keyes2
2025-02-25fix(treesitter): nil check query for has_conceal_lineLuuk van Baal1
2025-02-25fix(lsp): resize hover window for concealed linesLuuk van Baal1
2025-02-25feat(treesitter): vertical conceal support for highlighterLuuk van Baal3
2025-02-25feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal2
2025-02-25vim-patch:9.1.1140: filetype: m17ndb files are not detected (#32618)zeertzjq1
2025-02-23fix(lsp): reset the applied hints on `refresh` request #32446Yi Ming1
2025-02-23Merge #32503 feat(lsp): use the meta model to generate server capability mapJustin M. Keyes4