aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
Commit message (Expand)AuthorAge
* fix(lua): make highlight.on_yank use win-local highlight (#27349)altermo2024-02-22
* feat(extmark): window scoped extmarkaltermo2024-02-21
* docs: remove mention of foreground/background/special keys in nvim_set_hl (#2...rktjmp2024-02-21
* fix(lsp): add parentheses to generated union array types (#27560)Maria José Solano2024-02-21
* vim-patch:ef387c062bb1 (#27553)zeertzjq2024-02-21
* fix(vim.ui.open): use explorer.exe instead of wslview #26947Vu Nhat Chuong2024-02-20
* fix(extmarks): priority order of inline and non-inline virt_text (#27532)zeertzjq2024-02-20
* refactor(lsp): typings for protocol constantsMaria José Solano2024-02-19
* docs: improve 'tabline' click label docs (#27529)zeertzjq2024-02-19
* fix: fix iter_matches call in query linter (#27496)Gregory Anders2024-02-16
* fix(treesitter): correctly handle query quantifiers (#24738)Thomas Vigouroux2024-02-16
* docs: document breaking change for nvim_create_autocmd callback (#27484)Gregory Anders2024-02-15
* fix: type warnings in shared.luaLewis Russell2024-02-15
* vim-patch:9.1.0111: filetype: no support for bats filesChristian Clason2024-02-15
* vim-patch:9.1.0110: filetype: add 'Config.in' filetype detectionChristian Clason2024-02-15
* vim-patch:9.1.0109: filetype: no support for its filesChristian Clason2024-02-15
* vim-patch:9.1.0108: filetype: no support for dtso filesChristian Clason2024-02-15
* fix(lsp): rename: load and list new buffer if attached to window (#27408)Tomasz N2024-02-14
* refactor(lsp): resolve the config-client entanglementLewis Russell2024-02-13
* refactor(lua): use a keyset for vim.diff opts parsingbfredl2024-02-13
* fix(loader): remove cyclic dependency on vim.fs (when --luamod-dev)Jongwook Choi2024-02-13
* docs(builtin): fix lua types for vim.fn.sign_getplacedJongwook Choi2024-02-13
* docs: stricter bufname and bufnr types (#27454)Maria José Solano2024-02-13
* fix(lsp): re-add client.commands and mark privateLewis Russell2024-02-12
* docs: correct on_key docs (#27429)altermo2024-02-12
* fix(lsp): semantic token defer loadingLewis Russell2024-02-12
* refactor(lsp): move more code to client.luaLewis Russell2024-02-11
* Merge pull request #27420 from MariaSolOs/warning-anxietyLewis Russell2024-02-11
|\
| * refactor(lsp): add vim.lsp.sync.Range typeMaria José Solano2024-02-10
| * refactor(lsp): add shared diagnostic handlerMaria José Solano2024-02-10
| * refactor(lsp): add type annotationsMaria José Solano2024-02-10
* | feat(shortmess): "q" flag fully hides recording message (#27415)Trevor Arjeski2024-02-11
* | Merge pull request #27253 from MariaSolOs/codelens-refreshbfredl2024-02-10
|\ \ | |/ |/|
| * feat(lsp): add opts paramater to vim.lsp.codelens.refreshMaria José Solano2024-02-08
* | refactor: rename FloatConfig to WinConfig #27397Will Hopkins2024-02-09
|/
* fix(lsp): rename fails on missing parent directory #27291Tomasz N2024-02-08
* feat(lsp): deprecate severity_limitLewis Russell2024-02-08
* refactor(treesitter): {start,stop} are optional in Query:iter_* methodsJongwook Choi2024-02-08
* refactor(treesitter): typing for Query, TSQuery, and TSQueryInfoJongwook Choi2024-02-08
* refactor(lsp): tidy up loggingLewis Russell2024-02-08
* feat(api): pass 0 to nvim_get_chan_info for current channel (#27321)nikolightsaber2024-02-08
* fix(lsp): set fallback client name properlyzeertzjq2024-02-08
* refactor(lsp): move client code to a regular Lua classLewis Russell2024-02-07
* feat(treesitter): show root nodes in :InspectTree (#26944)altermo2024-02-06
* fix(lsp): send back diagnostic tags to the serverLewis Russell2024-02-06
* docs: small fixes (#27213)dundargoc2024-02-06
* feat(treesitter): use 0-based indexing to show ranges in `:InspectTree`Jongwook Choi2024-02-05
* fix(lsp): handle adjacent snippet tabstopsMaria José Solano2024-02-05
* Merge pull request #27328 from wookayin/fix/lsp-tagfuncLewis Russell2024-02-05
|\
| * fix(lsp): fix infinite loop on vim.lsp.tagfuncJongwook Choi2024-02-03