summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
AgeCommit message (Expand)AuthorFiles
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 Anders3
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
2025-02-23refactor(treesitter): simplify parsing coroutine logicRiley Bruins1
2025-02-23fix(lua): `@private` => `@nodoc` #32587Dan Sully2
2025-02-23fix(float): ensure floating window width can fit titleMaria José Solano1
2025-02-23vim-patch:9.1.1134: filetype: Guile init file not recognizedChristian Clason1
2025-02-23vim-patch:9.1.1133: filetype: xkb files not recognized everywhereChristian Clason1
2025-02-22feat(treesitter): table of contents for checkhealth, markdown (#32282)Christian Clason3
2025-02-22fix(lsp): unify get_completion_word for textEdits/insertTextMathias Fussenegger1
2025-02-21perf(treesitter): don't block when finding injection rangesRiley Bruins1
2025-02-21feat(lsp): use the meta model to generate server capability mapMaria José Solano3
2025-02-21fix(treesitter): `TSNode:field()` returns all children with the given fieldRiley Bruins1
2025-02-21perf(treesitter): only search for injections within the parse rangeRiley Bruins2
2025-02-20feat(marks): virtual lines support horizontal scrolling (#32497)zeertzjq2
2025-02-20vim-patch:c729d6d: runtime: decouple Open and Launch commands and gx mapping ...Luca Saccarola1
2025-02-19fix(treesitter): don't spam query errors in the highlighterRiley Bruins1
2025-02-19fix(treesitter): avoid computing fold levels for empty bufferLuuk van Baal1
2025-02-19fix(treesitter)!: enforce buffer is loaded when creating parserLuuk van Baal1
2025-02-17feat(lsp): update LSP typesMaria José Solano2
2025-02-17vim-patch:5647c91: runtime(doc): add reference to extendnew() at extend() (#3...zeertzjq1
2025-02-17fix(treesitter): separately track the number of valid regionsRiley Bruins1
2025-02-17docs: misc (#32258)dundargoc1
2025-02-16docs: stdpath() type #32480phanium1
2025-02-16fix(diagnostic): don't include diagnostic code when using custom formatter #3...Maria José Solano1
2025-02-16fix(docs): update context type in `vim.lsp.LocationOpts.OnList`Maria José Solano1
2025-02-14feat(lsp): add support for completionItem.command resolvingMathias Fussenegger2