aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
Commit message (Expand)AuthorAge
* fix(build): vimdoc tags are not validated #32801Justin M. Keyes2025-03-09
* fix(types): do not mark unstable API as privateLewis Russell2025-03-08
* feat(defaults): jump between :terminal shell prompts with ]]/[[ #32736Gregory Anders2025-03-07
* fix(lua): always use vim.inspect() for :lua= (#32715)zeertzjq2025-03-07
* fix(lsp): use unresolved code action when `codeAction/resolve` failsMaria José Solano2025-03-07
* vim-patch:9.1.1177: filetype: tera files not detectedChristian Clason2025-03-07
* vim-patch:9.1.1173: filetype: ABNF files are not detected (#32751)zeertzjq2025-03-06
* feat(lsp): support for resolving code action command (#32704)Maria José Solano2025-03-06
* fix(tui): remove DCS escaping in tmux (#32723)Gregory Anders2025-03-05
* feat(terminal)!: include cursor position in TermRequest event data (#31609)Gregory Anders2025-03-05
* fix(lsp): open_floating_preview() ignores max_height (#32716)Robert Muir2025-03-04
* fix(diagnostic): virtual_lines diagnostic columns (#32703)James Trew2025-03-04
* vim-patch:659cb28: runtime(doc): fix typo "bet" in :h 'completeopt' (#32711)zeertzjq2025-03-04
* vim-patch:9.1.1166: command-line auto-completion hard with wildmenuTomas Slusny2025-03-04
* docs: misc #31996Justin M. Keyes2025-03-02
* feat(lua): don't complete private (_) fields after dot (.) #32690Maria José Solano2025-03-02
* feat(comment): allow commentstring to be determined from node metadataRiley Bruins2025-03-02
* vim-patch:9.1.1161: preinsert requires bot "menu" and "menuone" to be setzeertzjq2025-03-02
* vim-patch:9.1.1160: Ctrl-Y does not work well with "preinsert" when completin...zeertzjq2025-03-02
* feat(treesitter): add more metadata to `language.inspect()` (#32657)Lewis Russell2025-03-01
* docs(Open): add reference in documentation (#32678)Luca Saccarola2025-02-28
* fix(marks): ineffective conceal_line callback optimization (#32662)luukvbaal2025-02-28
* fix(treesitter): correctly parse queries with combined injectionsRiley Bruins2025-02-28
* vim-patch:85a50fe: runtime(doc): fix confusing docs for 'completeitemalign' (...zeertzjq2025-02-28
* doc: clarify window-id, tab-id, nvim_set_current_x #32528David Briscoe2025-02-27
* feat(lua): vim.text.indent()Justin M. Keyes2025-02-26
* fix(treesitter): nil check query for has_conceal_lineLuuk van Baal2025-02-25
* fix(lsp): resize hover window for concealed linesLuuk van Baal2025-02-25
* feat(treesitter): vertical conceal support for highlighterLuuk van Baal2025-02-25
* feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal2025-02-25
* vim-patch:9.1.1140: filetype: m17ndb files are not detected (#32618)zeertzjq2025-02-25
* fix(lsp): reset the applied hints on `refresh` request #32446Yi Ming2025-02-23
* Merge #32503 feat(lsp): use the meta model to generate server capability mapJustin M. Keyes2025-02-23
|\
| * feat(lsp): use the meta model to generate server capability mapMaria José Solano2025-02-21
| * feat(lsp): update LSP typesMaria José Solano2025-02-17
* | refactor(treesitter): simplify parsing coroutine logicRiley Bruins2025-02-23
* | fix(lua): `@private` => `@nodoc` #32587Dan Sully2025-02-23
* | fix(float): ensure floating window width can fit titleMaria José Solano2025-02-23
* | vim-patch:9.1.1134: filetype: Guile init file not recognizedChristian Clason2025-02-23
* | vim-patch:9.1.1133: filetype: xkb files not recognized everywhereChristian Clason2025-02-23
* | feat(treesitter): table of contents for checkhealth, markdown (#32282)Christian Clason2025-02-22
* | fix(lsp): unify get_completion_word for textEdits/insertTextMathias Fussenegger2025-02-22
* | perf(treesitter): don't block when finding injection rangesRiley Bruins2025-02-21
* | fix(treesitter): `TSNode:field()` returns all children with the given fieldRiley Bruins2025-02-21
* | perf(treesitter): only search for injections within the parse rangeRiley Bruins2025-02-21
* | feat(marks): virtual lines support horizontal scrolling (#32497)zeertzjq2025-02-20
* | vim-patch:c729d6d: runtime: decouple Open and Launch commands and gx mapping ...Luca Saccarola2025-02-20
* | fix(treesitter): don't spam query errors in the highlighterRiley Bruins2025-02-19
* | fix(treesitter): avoid computing fold levels for empty bufferLuuk van Baal2025-02-19
* | fix(treesitter)!: enforce buffer is loaded when creating parserLuuk van Baal2025-02-19