aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin
Commit message (Expand)AuthorAge
* fix(lsp): fix lookup of boolean values in workspace/configuration (#18026)Fredrik Ekre2022-04-15
* chore: fix typos (#17755)dundargoc2022-03-25
* fix(lsp): set tabSize from 'shiftwidth', not 'softtabstop' (#17787)Tim Pope2022-03-20
* fix(lsp): handle insertion of previous line (#17618)Michael Lingelbach2022-03-06
* fix(lsp): start incremental sync range at previous newline character (#17610)Michael Lingelbach2022-03-05
* feat(diagnostic): add "code" to the diagnostic structure (#17510)David Shen2022-03-02
* feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
* fix(healthcheck): handle empty reportsEdmund Cape2022-02-09
* fix(health): do not run external processes in a shellzeertzjq2022-02-03
* fix(lsp): strictly enforce passing offset encoding (#17049)Michael Lingelbach2022-01-13
* fix(lsp): handle negative activeSignature in signatureHelp (#17064)Mathias Fußenegger2022-01-13
* fix(lsp): fix applying multiple out-of-range TextEdits (#17037)hrsh7th2022-01-13
* refactor(lsp): debounce timer per buf and unify with non-debounce (#17016)Mathias Fußenegger2022-01-11
* feat(lsp): enable default debounce of 150 ms (#16908)Michael Lingelbach2022-01-05
* feat(lsp): add buf_detach_client (#16250)Michael Lingelbach2021-12-21
* feat(runtime): new checkhealth filetype (#16660)matveyt2021-12-18
* fix(lsp): correctly align start and end range to codepoints during incrementa...Rishikesh Vaishnav2021-12-17
* chore(lsp): clean up initialization process (#16369)Michael Lingelbach2021-11-21
* fix(lsp): improve incremental sync robustness (#16358)Michael Lingelbach2021-11-18
* fix(lsp): fix edge cases in incremental sync (#16308)Michael Lingelbach2021-11-15
* fix(lsp): ensure buffers are re-attached on rename (#16266)Mathias Fußenegger2021-11-14
* fix(lsp): rewrite incremental sync (#16252)Michael Lingelbach2021-11-09
* feat(ui): add vim.ui.input and use in lsp rename (#15959)Sebastian Lyng Johansen2021-11-07
* feat(lua): enable stack traces in error output (#16228)Gregory Anders2021-11-06
* feat(lsp): add per-client commands (#16101)Michael Lingelbach2021-11-01
* refactor(diagnostic): make display handlers generic (#16137)Gregory Anders2021-10-29
* feat(lsp): track pending+cancel requests on client object #15949jdrouhard2021-10-29
* fix(lsp): fix cursor row after textEdits (#16038)hrsh7th2021-10-18
* chore(test): adapt healthcheck test to new css syntaxChristian Clason2021-10-16
* fix(lsp): do not invoke handlers for unsupported methods (#15926)Michael Lingelbach2021-10-10
* fix(lsp): update tests using 0.5.0 handler calls (#15969)Michael Lingelbach2021-10-08
* fix(lsp): expose ContentModified error code to callbacks (#15262)Rishikesh Vaishnav2021-10-08
* fix(checkhealth): mitigate issues with duplicate healthchecks #15919Javier Lopez2021-10-05
* feat(ex_checkhealth): provide function for command line completionJavier López2021-10-04
* test(runtime/health): cover lua healthchecksJavier López2021-10-04
* fix(float)!: always anchor to corner of window including border #15832zeertzjq2021-10-02
* fix(lsp_spec): tests depended on previous sessionJustin M. Keyes2021-10-02
* feat(lsp): add codeAction/resolve support (#15818)Mathias Fußenegger2021-09-28
* feat(lsp): add client command support to codelens (#15820)Mathias Fußenegger2021-09-28
* Merge pull request #14115 from mfussenegger/lsp-commandsMichael Lingelbach2021-09-22
|\
| * feat(lsp): add a registry for client side code action commandsMathias Fussenegger2021-09-20
| * feat(lsp): include original request params in handler ctxMathias Fussenegger2021-09-20
* | fix(diagnostic): preserve fields from LSP diagnostics via user_data (#15735)masterGregory Anders2021-09-21
|/
* feat(lsp): improve vim.lsp.util.apply_text_edits (#15561)hrsh7th2021-09-18
* fix(diagnostic): remove useless highlight links (#15683)Gregory Anders2021-09-17
* fix(lint): remove unused function from diagnostic specGregory Anders2021-09-16
* refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders2021-09-15
* fix(lsp): correctly parse LSP snippets #15579hrsh7th2021-09-14
* feat(lsp): support textDocument/prepareRename (#15514)Zi How Poh2021-09-08
* fix(lsp): update workspace/applyEdit handler signature (#15573)Jose Alvarez2021-09-05