summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2024-02-21fix(lsp): add parentheses to generated union array types (#27560)Maria José Solano1
2024-02-21vim-patch:ef387c062bb1 (#27553)zeertzjq1
2024-02-20fix(vim.ui.open): use explorer.exe instead of wslview #26947Vu Nhat Chuong1
2024-02-20fix(extmarks): priority order of inline and non-inline virt_text (#27532)zeertzjq1
2024-02-19refactor(lsp): typings for protocol constantsMaria José Solano1
2024-02-19docs: improve 'tabline' click label docs (#27529)zeertzjq1
2024-02-16fix: fix iter_matches call in query linter (#27496)Gregory Anders1
2024-02-16fix(treesitter): correctly handle query quantifiers (#24738)Thomas Vigouroux4
2024-02-15docs: document breaking change for nvim_create_autocmd callback (#27484)Gregory Anders1
2024-02-15fix: type warnings in shared.luaLewis Russell4
2024-02-15vim-patch:9.1.0111: filetype: no support for bats filesChristian Clason1
2024-02-15vim-patch:9.1.0110: filetype: add 'Config.in' filetype detectionChristian Clason1
2024-02-15vim-patch:9.1.0109: filetype: no support for its filesChristian Clason1
2024-02-15vim-patch:9.1.0108: filetype: no support for dtso filesChristian Clason1
2024-02-14fix(lsp): rename: load and list new buffer if attached to window (#27408)Tomasz N1
2024-02-13refactor(lsp): resolve the config-client entanglementLewis Russell9
2024-02-13refactor(lua): use a keyset for vim.diff opts parsingbfredl1
2024-02-13fix(loader): remove cyclic dependency on vim.fs (when --luamod-dev)Jongwook Choi1
2024-02-13docs(builtin): fix lua types for vim.fn.sign_getplacedJongwook Choi1
2024-02-13docs: stricter bufname and bufnr types (#27454)Maria José Solano1
2024-02-12fix(lsp): re-add client.commands and mark privateLewis Russell1
2024-02-12docs: correct on_key docs (#27429)altermo1
2024-02-12fix(lsp): semantic token defer loadingLewis Russell2
2024-02-11refactor(lsp): move more code to client.luaLewis Russell3
2024-02-11Merge pull request #27420 from MariaSolOs/warning-anxietyLewis Russell7
2024-02-10refactor(lsp): add vim.lsp.sync.Range typeMaria José Solano1
2024-02-10refactor(lsp): add shared diagnostic handlerMaria José Solano1
2024-02-10refactor(lsp): add type annotationsMaria José Solano7
2024-02-11feat(shortmess): "q" flag fully hides recording message (#27415)Trevor Arjeski1
2024-02-10Merge pull request #27253 from MariaSolOs/codelens-refreshbfredl1
2024-02-09refactor: rename FloatConfig to WinConfig #27397Will Hopkins2
2024-02-08feat(lsp): add opts paramater to vim.lsp.codelens.refreshMaria José Solano1
2024-02-08fix(lsp): rename fails on missing parent directory #27291Tomasz N1
2024-02-08feat(lsp): deprecate severity_limitLewis Russell1
2024-02-08refactor(treesitter): {start,stop} are optional in Query:iter_* methodsJongwook Choi1
2024-02-08refactor(treesitter): typing for Query, TSQuery, and TSQueryInfoJongwook Choi3
2024-02-08refactor(lsp): tidy up loggingLewis Russell8
2024-02-08feat(api): pass 0 to nvim_get_chan_info for current channel (#27321)nikolightsaber1
2024-02-08fix(lsp): set fallback client name properlyzeertzjq1
2024-02-07refactor(lsp): move client code to a regular Lua classLewis Russell6
2024-02-06feat(treesitter): show root nodes in :InspectTree (#26944)altermo1
2024-02-06fix(lsp): send back diagnostic tags to the serverLewis Russell2
2024-02-06docs: small fixes (#27213)dundargoc2
2024-02-05feat(treesitter): use 0-based indexing to show ranges in `:InspectTree`Jongwook Choi1
2024-02-05fix(lsp): handle adjacent snippet tabstopsMaria José Solano1
2024-02-05Merge pull request #27328 from wookayin/fix/lsp-tagfuncLewis Russell2
2024-02-04fix(treesitter): inspect-tree remember opts on buf changealtermo1
2024-02-04vim-patch:9.1.0076: luau config file not detectedChristian Clason1
2024-02-03fix(lsp): fix infinite loop on vim.lsp.tagfuncJongwook Choi2
2024-02-03refactor: create function for deferred loadingdundargoc20