summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp
AgeCommit message (Expand)AuthorFiles
2024-05-07feat(lsp): support vim.lsp.ListOpts.loclist in location_handler()tom-anders1
2024-05-07docs(lsp): document vim.lsp.ListOpts.loclisttom-anders2
2024-05-07refactor(lsp): use vim.cmd instead of api.nvim_commandtom-anders1
2024-05-07docs(lsp): fix type annotations in response_to_list(...)tom-anders1
2024-05-07refactor(lsp): move repeated table construction into a variabletom-anders1
2024-05-07fix(lsp): rename LspProgress data.result => data.params #28632Jongwook Choi1
2024-05-07refactor(lsp): use vim.is_callable()tom-anders1
2024-05-07refactor(lsp): s/options/opts for parameters in vim.lsp.buftom-anders1
2024-05-07fix(lsp): enable() does not activate inlay hints on open buffers #28629Yi Ming1
2024-05-03fix(lsp): replace bug-prone ternary operation #28627Yi Ming1
2024-05-03fix(vim.ui)!: change open() to return `result|nil, errmsg|nil` #28612Justin M. Keyes1
2024-05-02Merge #28101 nvim__redrawJustin M. Keyes2
2024-05-02feat(lsp): inlay_hint.is_enabled({filter}) #28523Yi Ming1
2024-05-02feat(api): add nvim__redraw for more granular redrawingLuuk van Baal2
2024-05-02feat(lsp): vim.lsp.inlay_hint.enable(nil) applies to all buffers #28543Yi Ming1
2024-04-26fix(lsp): add "silent" option to vim.lsp.start (#28478)Gregory Anders2
2024-04-26refactor(lsp): rename foos_by_bar to bar_foos #28505Yi Ming1
2024-04-26fix(lsp): buffer messages until connected to server (#28507)Mathias Fußenegger1
2024-04-25fix(vim.ui)!: change open() to return pcall-like values #28502Justin M. Keyes1
2024-04-23refactor(lsp): merge subtypes and supertypes into typehierarchy (#28467)Mathias Fußenegger1
2024-04-22fix(lsp): avoid assertion when `client_hints` do not exist (#28461)Yi Ming1
2024-04-22refactor(lua): deprecate tbl_flattenJustin M. Keyes2
2024-04-21refactor(lua): rename tbl_islist => islistJustin M. Keyes1
2024-04-20feat(lsp): add vim.lsp.buf.subtypes(), vim.lsp.buf.supertypes() (#28388)Yinzuo Jiang2
2024-04-18fix(lsp): correct deprecation message #28403Maria José Solano1
2024-04-18feat(lua): enable(enable:boolean, filter:table) #28374Justin M. Keyes1
2024-04-18refactor(lsp): merge rpc.domain_socket_connect into rpc.connect (#28398)Mathias Fußenegger1
2024-04-15fix(vim.ui): open() may wait indefinitely #28325Justin M. Keyes1
2024-04-10fix(lsp): prevent code-lens refresh from becoming a permanent no-op (#28228)Yi Ming1
2024-04-10fix(lsp): empty commands should not be considered executable (#28216)Yi Ming1
2024-04-05feat(lsp): set workDoneToken in initialize request (#28182)Mathias Fußenegger1
2024-04-02refactor(lsp): move workspace folder logic into the clientLewis Russell2
2024-03-31fix(lsp): abort callHierarchy on no result (#28102)Marcin Szamotulski1
2024-03-25refactor(lsp): simplify client trackingLewis Russell1
2024-03-25fix(test): typingLewis Russell1
2024-03-25Revert "refactor(lsp): simplify client tracking"Lewis Russell1
2024-03-25refactor(lsp): simplify client trackingLewis Russell1
2024-03-22fix(lsp): handle stale bufnr on LspRequest autocmd trigger (#27981)Jaehwang Jung1
2024-03-17fix(lsp): create codelens request parameters for each buffer (#27699)Takuya Tokuda1
2024-03-12docs: small fixes (#27364)dundargoc2
2024-03-09docs: support inline markdownLewis Russell1
2024-03-09feat!: remove deprecated functionsdundargoc1
2024-03-07feat(lua): deprecate vim.tbl_add_reverse_lookupMaria José Solano3
2024-03-06docs(lsp): nits and typos in client.luaMaria José Solano1
2024-03-06refactor(types): more fixes (2)Lewis Russell3
2024-03-06fix(lsp): actually send diagnostic-tags back to the serverLewis Russell1
2024-03-05docs(lua): improvements for LSP and DiagnosticLewis Russell3
2024-03-02fix(lsp): directly rename the existing buffers when renaming (#27690)Jaehwang Jung1
2024-03-02fix(lsp): defer writing error msgs (#27688)Jaehwang Jung1
2024-03-01Merge pull request #27347 from lewis6991/fswatchLewis Russell3