aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/lsp
Commit message (Expand)AuthorAge
* fix(lsp): don't use completion filterText if prefix is emptyMathias Fussenegger2025-01-19
* fix(lsp): use filterText as word if textEdit/label doesn't matchMathias Fussenegger2025-01-17
* fix(lsp): open_floating_preview() zindex relative to current window #31886luukvbaal2025-01-06
* fix(lsp): reuse client if configs match and no root dirLewis Russell2024-12-13
* fix: remove vim.lsp._with_extendLewis Russell2024-12-07
* feat(lsp): deprecate vim.lsp.start_client #31341Maria José Solano2024-12-04
* feat(lsp): support `textDocument/foldingRange` (#31311)Yi Ming2024-11-29
* fix(lsp): retrigger diagnostics request on server cancellation (#31345)Gregory Anders2024-11-25
* refactor(lsp): rename `offset_encoding` to `position_encoding` #31286Yi Ming2024-11-25
* fix(lsp): delete bufvar inside WinClosed eventglepnir2024-11-24
* feat(lsp): deprecate non-method client functionsLewis Russell2024-11-20
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* fix(lsp): filter completion candidates based on completeopt (#30945)Kristijan Husak2024-11-13
* feat(lsp)!: remove client-server handlers from vim.lsp.handlersLewis Russell2024-11-01
* refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight2024-10-26
* fix(lsp): fix cursor position after snippet expansion (#30659)Tomasz N2024-10-10
* vim-patch:9.1.0771: completion attribute hl_group is confusingzeertzjq2024-10-10
* feat(lsp): improve LSP doc hover rendering #30695Justin M. Keyes2024-10-06
* test: support upvalues in exec_luaLewis Russell2024-09-21
* feat(lsp): support hostname in rpc.connect #30238Tristan Knight2024-09-03
* docs: misc #28970Justin M. Keyes2024-09-01
* fix(lsp): when prefix is non word add all result into matches (#30044)glepnir2024-08-30
* feat(lsp): completion opts support custom item conversion (#30060)glepnir2024-08-22
* test(lsp): refactor and tidyLewis Russell2024-08-11
* refactor(lsp): add test case for default diagnostic severityMathias Fussenegger2024-08-02
* fix(lsp): don't send foreign diagnostics to servers in buf.code_action (#29501)Mathias Fußenegger2024-08-01
* fix(lsp): prevent desync due to empty buffer (#29904)Jaehwang Jung2024-07-31
* feat(lsp): lsp.completion support set deprecated (#29882)glepnir2024-07-31
* fix(lsp): inlay hints are rendered in the correct order (#29707)Amit Singh2024-07-17
* fix(lsp): fallback to `label` for completion items if all others are missing ...Sebastian Lyng Johansen2024-07-02
* fix(lsp): pre-filter matches on label if filterText is missing (#29491)Mathias Fußenegger2024-06-27
* fix(lsp): tune completion word extraction for decorated labels (#29331)Mathias Fußenegger2024-06-14
* refactor(lsp): use metatable for buf_versions (#29304)Ilia Choly2024-06-14
* fix(lsp): revert buf_versions deprecation/replacement (#29217)Mathias Fußenegger2024-06-07
* refactor(lua): use tuple syntax everywhere #29111Ilia Choly2024-06-04
* fix(lsp): trim trailing whitespace from completion words (#29122)Mathias Fußenegger2024-06-02
* refactor(lsp): replace util.buf_versions with changedtick (#28943)Mathias Fußenegger2024-05-30
* feat(lsp): support postfix snippets in completionMathias Fussenegger2024-05-30
* feat(lsp): use fuzzy match on filterText instead of prefix matchMathias Fussenegger2024-05-30
* test(lsp): add completion testsMaria José Solano2024-05-27
* feat(lsp): completion side effectsMaria José Solano2024-05-27
* fix(lsp): check if buffer was detached in on_init callback (#28914)Ilia Choly2024-05-23
* fix(lsp): semantic token functions allow "0" bufnr #28849Riley Bruins2024-05-21
* refactor(lua): remove deprecated features #28725Justin M. Keyes2024-05-13
* 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
* test: improve test conventionsdundargoc2024-04-23
* feat(lua): enable(enable:boolean, filter:table) #28374Justin M. Keyes2024-04-18
* test: remove unnecessary nil argument to testutil (#28270)zeertzjq2024-04-11
* refactor(test): inject after_each differentlyLewis Russell2024-04-10