aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/lsp
Commit message (Expand)AuthorAge
* 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
* test: improve test conventionsdundargoc2024-04-08
* test: reduce `exec_lua` callsdundargoc2024-04-04
* test(lsp): fix flaky basic_finish test again (#28041)zeertzjq2024-03-26
* fix(test): typingLewis Russell2024-03-25
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* fix(lsp): add missing LSP semantic token highlight linksCaleb Marshall2024-03-16
* test: correct order of arguments to eq() (#27816)zeertzjq2024-03-11
* feat(lsp): support completion itemDefaultsMaria José Solano2024-02-27
* feat(lsp): deprecate severity_limitLewis Russell2024-02-08
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* refactor(lsp): move glob parsing to util (#26519)Steven Arcangeli2023-12-22
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512LW2023-11-12
* fix(lsp): fix omnicomplete in middle of the line (#25787)Lajos Koszti2023-10-26
* fix(lsp): fix off-by-one error for omnifunc word boundaryMathias Fussenegger2023-10-23
* fix(lsp): refactor escaping snippet text (#25611)Maria José Solano2023-10-14
* fix(lsp): account for border height in max floating popup height (#25539)LW2023-10-08
* feat(lsp)!: replace snippet parser by lpeg grammarMaria José Solano2023-10-02
* test(lsp): add normalize_markdown testsMaria José Solano2023-09-20
* feat(lsp): improve control over placement of floating windows (#24494)Grace Petryk2023-09-10
* fix(lsp): only disable inlay hints / diagnostics if no other clients are conn...Chris AtLee2023-08-31
* feat(highlight): Allow hyphens (-) in highlight group names (#24714)Gregory Anders2023-08-15
* feat(lsp): implement textDocument/diagnostic (#24128)Chris AtLee2023-07-20
* fix(lsp): markdown code fence should allow space before info string #24364Mike2023-07-16
* feat(lsp): move inlay_hint() to vim.lsp (#24130)Mathias Fußenegger2023-06-30