aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/lsp_spec.lua
Commit message (Expand)AuthorAge
* fix(lsp): schedule call to vim.lsp.start for async root_dir (#31998)Gregory Anders2025-01-14
* fix(lsp): minimum height for floating popup #31990Xuyuan Pang2025-01-13
* 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
* 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
* feat(lsp): deprecate vim.lsp.start_client #31341Maria José Solano2024-12-04
* fix(lsp): retrigger diagnostics request on server cancellation (#31345)Gregory Anders2024-11-25
* fix(lsp): hover keymap (#31208)andrew snelling2024-11-22
* docs: misc (#31138)dundargoc2024-11-21
* feat(lsp): deprecate non-method client functionsLewis Russell2024-11-20
* fix(lsp): set tagstack on jump via goto methodsMathias Fussenegger2024-10-24
* feat(lsp)!: support multiple clients in goto methods (#30877)Mathias Fußenegger2024-10-20
* fix(lsp.util): inconsistent handling of offset_encodingLewis Russell2024-10-17
* feat(lsp.util): refactor symbols_to_items()Lewis Russell2024-10-17
* fix(lsp): handle multiline signature help labels #30460Maria José Solano2024-10-15
* test: support upvalues in exec_luaLewis Russell2024-09-21
* fix(lsp): handle out-of-bounds character positions #30288Tristan Knight2024-09-08
* fix(lsp): handle locations exceeding line length #30253Tristan Knight2024-09-05
* feat(lsp): support hostname in rpc.connect #30238Tristan Knight2024-09-03
* test: tmpname() can skip file creationJustin M. Keyes2024-09-02
* test(lsp): refactor and tidyLewis Russell2024-08-11
* test: allow exec_lua to handle functionsLewis Russell2024-08-02
* fix(lsp): revert text edit application order change (#29877)Mathias Fußenegger2024-07-27
* feat(lsp): drop fswatch, use inotifywait (#29374)Andreas Schneider2024-07-06
* refactor: use `vim._with` where possibledundargoc2024-06-28
* feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323Tom Praschan2024-06-24
* refactor(lsp): use metatable for buf_versions (#29304)Ilia Choly2024-06-14
* feat(lsp): include end_col, end_lnum in vim.lsp.buf.locations_to_items #29164Tom Praschan2024-06-09
* fix(lsp): fix reverse sorting of same position text edits (#29212)Al Colmenar2024-06-07
* fix(lsp): revert buf_versions deprecation/replacement (#29217)Mathias Fußenegger2024-06-07
* fix(lsp): account for changedtick version gap on modified reset (#29170)Mathias Fußenegger2024-06-04
* refactor(lsp): replace util.buf_versions with changedtick (#28943)Mathias Fußenegger2024-05-30
* fix(lsp): do not detach from buffer if there are uninitialized clients (#29029)Ilia Choly2024-05-27
* fix(lsp): check if buffer was detached in on_init callback (#28914)Ilia Choly2024-05-23
* fix(lsp): trigger LspDetach on buffer delete (#28795)Andre Toerien2024-05-23
* fix(lsp): disable didChangeWatchedFiles on LinuxLewis Russell2024-05-10
* refactor(lsp): merge subtypes and supertypes into typehierarchy (#28467)Mathias Fußenegger2024-04-23
* test: improve test conventionsdundargoc2024-04-23
* feat(lsp): add vim.lsp.buf.subtypes(), vim.lsp.buf.supertypes() (#28388)Yinzuo Jiang2024-04-20
* 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
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* test: reduce `exec_lua` callsdundargoc2024-04-04
* test: skip another flaky test on macOS (#28087)zeertzjq2024-03-29
* refactor(lsp): simplify client trackingLewis Russell2024-03-25
* fix(test): typingLewis Russell2024-03-25
* Revert "refactor(lsp): simplify client tracking"Lewis Russell2024-03-25