aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp
Commit message (Expand)AuthorAge
* fix(lsp): enable() does not activate inlay hints on open buffers #28629Yi Ming2024-05-07
* fix(lsp): replace bug-prone ternary operation #28627Yi Ming2024-05-03
* fix(vim.ui)!: change open() to return `result|nil, errmsg|nil` #28612Justin M. Keyes2024-05-03
* Merge #28101 nvim__redrawJustin M. Keyes2024-05-02
|\
| * feat(api): add nvim__redraw for more granular redrawingLuuk van Baal2024-05-02
* | feat(lsp): inlay_hint.is_enabled({filter}) #28523Yi Ming2024-05-02
|/
* feat(lsp): vim.lsp.inlay_hint.enable(nil) applies to all buffers #28543Yi Ming2024-05-02
* fix(lsp): add "silent" option to vim.lsp.start (#28478)Gregory Anders2024-04-26
* refactor(lsp): rename foos_by_bar to bar_foos #28505Yi Ming2024-04-26
* fix(lsp): buffer messages until connected to server (#28507)Mathias Fußenegger2024-04-26
* fix(vim.ui)!: change open() to return pcall-like values #28502Justin M. Keyes2024-04-25
* refactor(lsp): merge subtypes and supertypes into typehierarchy (#28467)Mathias Fußenegger2024-04-23
* fix(lsp): avoid assertion when `client_hints` do not exist (#28461)Yi Ming2024-04-22
* refactor(lua): deprecate tbl_flattenJustin M. Keyes2024-04-22
* refactor(lua): rename tbl_islist => islistJustin M. Keyes2024-04-21
* feat(lsp): add vim.lsp.buf.subtypes(), vim.lsp.buf.supertypes() (#28388)Yinzuo Jiang2024-04-20
* fix(lsp): correct deprecation message #28403Maria José Solano2024-04-18
* feat(lua): enable(enable:boolean, filter:table) #28374Justin M. Keyes2024-04-18
* refactor(lsp): merge rpc.domain_socket_connect into rpc.connect (#28398)Mathias Fußenegger2024-04-18
* fix(vim.ui): open() may wait indefinitely #28325Justin M. Keyes2024-04-15
* fix(lsp): prevent code-lens refresh from becoming a permanent no-op (#28228)Yi Ming2024-04-10
* fix(lsp): empty commands should not be considered executable (#28216)Yi Ming2024-04-10
* feat(lsp): set workDoneToken in initialize request (#28182)Mathias Fußenegger2024-04-05
* refactor(lsp): move workspace folder logic into the clientLewis Russell2024-04-02
* fix(lsp): abort callHierarchy on no result (#28102)Marcin Szamotulski2024-03-31
* refactor(lsp): simplify client trackingLewis Russell2024-03-25
* fix(test): typingLewis Russell2024-03-25
* Revert "refactor(lsp): simplify client tracking"Lewis Russell2024-03-25
* refactor(lsp): simplify client trackingLewis Russell2024-03-25
* fix(lsp): handle stale bufnr on LspRequest autocmd trigger (#27981)Jaehwang Jung2024-03-22
* fix(lsp): create codelens request parameters for each buffer (#27699)Takuya Tokuda2024-03-17
* docs: small fixes (#27364)dundargoc2024-03-12
* docs: support inline markdownLewis Russell2024-03-09
* feat!: remove deprecated functionsdundargoc2024-03-09
* feat(lua): deprecate vim.tbl_add_reverse_lookupMaria José Solano2024-03-07
* docs(lsp): nits and typos in client.luaMaria José Solano2024-03-06
* refactor(types): more fixes (2)Lewis Russell2024-03-06
* fix(lsp): actually send diagnostic-tags back to the serverLewis Russell2024-03-06
* docs(lua): improvements for LSP and DiagnosticLewis Russell2024-03-05
* fix(lsp): directly rename the existing buffers when renaming (#27690)Jaehwang Jung2024-03-02
* fix(lsp): defer writing error msgs (#27688)Jaehwang Jung2024-03-02
* Merge pull request #27347 from lewis6991/fswatchLewis Russell2024-03-01
|\
| * feat(lsp): add fswatch watchfunc backendLewis Russell2024-03-01
| * fix(lsp): cancel watchers when closing a clientLewis Russell2024-03-01
| * refactor(watch): general tidy upLewis Russell2024-03-01
* | docs: improve/add documentation of Lua typesLewis Russell2024-03-01
|/
* fix(lsp): rename undofile when renaming (#27684)Jaehwang Jung2024-03-01
* fix(lsp): use plain loop for non-list-like table of protocol valuesChristian Clason2024-02-29
* fix(lsp): handle reverse lookup in capabilitiesMaria José Solano2024-02-28
* refactor(lsp): remove outdated commentMaria José Solano2024-02-28