aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp.lua
Commit message (Expand)AuthorAge
* fix(lsp): handle non-existent configs in lsp.config/enableLewis Russell2025-03-12
* fix(lsp)!: pass buffer number to root_dir functionLewis Russell2025-03-10
* docs: misc #31996Justin M. Keyes2025-03-02
* feat(lsp): use the meta model to generate server capability mapMaria José Solano2025-02-21
* docs: miscdundargoc2025-01-30
* Merge #32001 from MariaSolOs/consistent-namespacesJustin M. Keyes2025-01-15
|\
| * refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano2025-01-14
* | fix(lsp): vim.lsp.enable(...,false) does not disable #32002Andrew Braxton2025-01-15
* | fix(lsp): schedule call to vim.lsp.start for async root_dir (#31998)Gregory Anders2025-01-14
|/
* docs: miscdundargoc2025-01-11
* feat(lsp): return resolved config for vim.lsp.config[name]Mathias Fussenegger2024-12-31
* feat(lsp): support function for client root_dir (#31630)Gregory Anders2024-12-27
* feat(lsp): return table from lsp/ files on runtimepath (#31663)Gregory Anders2024-12-21
* fix(lsp): vim.lsp.start fails if existing client has no workspace_folders #31608phanium2024-12-18
* fix(lsp): reuse client if configs match and no root dirLewis Russell2024-12-13
* feat(lsp): add vim.lsp.config and vim.lsp.enableLewis Russell2024-12-10
* refactor: add vim._resolve_bufnrLewis Russell2024-12-07
* fix: remove vim.lsp._with_extendLewis Russell2024-12-07
* fix(lsp): check for configuration workspace folders when reusing clientsMaria José Solano2024-12-07
* feat(lsp): deprecate vim.lsp.start_client #31341Maria José Solano2024-12-04
* docs: provide example for configuring LSP foldexpr (#31411)Gregory Anders2024-12-02
* feat(lsp): support `textDocument/foldingRange` (#31311)Yi Ming2024-11-29
* fix(lsp): hover keymap (#31208)andrew snelling2024-11-22
* feat(lsp): deprecate non-method client functionsLewis Russell2024-11-20
* refactor(lsp): fold in dynamic_registration code into the clientLewis Russell2024-11-18
* feat(lsp)!: remove client-server handlers from vim.lsp.handlersLewis Russell2024-11-01
* Merge pull request #30935 from lewis6991/feat/lsp_multi_hoverLewis Russell2024-10-29
|\
| * feat(lsp)!: multiple client support for vim.lsp.buf.hover()Lewis Russell2024-10-29
| * refactor(lsp): buf_request_allLewis Russell2024-10-29
* | fix(lsp): compare URI instead of workspace folder name (#30962)Gregory Anders2024-10-27
* | refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight2024-10-26
|/
* fix(lsp.buf): use correct offset_encoding for all requestsLewis Russell2024-10-24
* docs: miscdundargoc2024-10-23
* perf(validate): use lighter versionLewis Russell2024-10-17
* docs: misc (#29719)dundargoc2024-08-29
* fix(lsp): update request name to capability map #30098atusy2024-08-20
* fix(lsp): don't show codelens for buffers that don't support it (#29690)Riley Bruins2024-07-16
* refactor: use `vim._with` where possibledundargoc2024-06-28
* fix(lsp): avoid vim.keymap.del error when stopping a client (#29478)Matt Fellenz2024-06-26
* feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323Tom Praschan2024-06-24
* fix(lsp): do not reset buf version when detaching client (#29242)Ilia Choly2024-06-10
* fix(lsp): revert buf_versions deprecation/replacement (#29217)Mathias Fußenegger2024-06-07
* docs: misc (#28837)dundargoc2024-06-07
* fix(lsp): check if buffer is valid before LspDetach autocmd (#29162)Saltaformajo2024-06-04
* refactor(lsp): replace util.buf_versions with changedtick (#28943)Mathias Fußenegger2024-05-30
* fix(lsp): clear lsp client diagnostics (#29050)crwebb852024-05-30
* Merge pull request #27339 from MariaSolOs/completionGregory Anders2024-05-28
|\
| * feat(lsp): completion side effectsMaria José Solano2024-05-27
* | fix(lsp): do not detach from buffer if there are uninitialized clients (#29029)Ilia Choly2024-05-27
|/
* refactor(lsp): reuse buf_detach_client logic in on_detach (#28939)Mathias Fußenegger2024-05-23