aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp
Commit message (Expand)AuthorAge
* refactor(lsp): use supports_method where applicableIlia Choly2024-05-22
* fix(lsp): semantic token functions allow "0" bufnr #28849Riley Bruins2024-05-21
* fix(lsp): hide layout in codelenses in virtual text (#28794) (#28807)Mango The Fourth2024-05-21
* feat: remove deprecated featuresdundargoc2024-05-16
* docs: newsJustin M. Keyes2024-05-15
* docs: misc (#28609)dundargoc2024-05-15
* fix(health): clients may not support watchfiles #28710Maria José Solano2024-05-14
* feat(lsp): update LSP protocol 3.18 typings to date (#28730)Jongwook Choi2024-05-14
* refactor(lua): remove deprecated features #28725Justin M. Keyes2024-05-13
* fix(lsp): disable didChangeWatchedFiles on LinuxLewis Russell2024-05-10
* Merge #28637 more support for vim.lsp.ListOpts.loclistJustin M. Keyes2024-05-07
|\
| * feat(lsp): support vim.lsp.ListOpts.loclist in location_handler()tom-anders2024-05-07
| * docs(lsp): document vim.lsp.ListOpts.loclisttom-anders2024-05-07
| * refactor(lsp): use vim.cmd instead of api.nvim_commandtom-anders2024-05-07
| * docs(lsp): fix type annotations in response_to_list(...)tom-anders2024-05-07
| * refactor(lsp): move repeated table construction into a variabletom-anders2024-05-07
| * refactor(lsp): use vim.is_callable()tom-anders2024-05-07
| * refactor(lsp): s/options/opts for parameters in vim.lsp.buftom-anders2024-05-07
* | fix(lsp): rename LspProgress data.result => data.params #28632Jongwook Choi2024-05-07
|/
* 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