aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/lsp_spec.lua
Commit message (Expand)AuthorAge
...
* fix(tests): use -l mode for lsp testsbfredl2023-01-31
* fix(lsp): check method is supported when range formatting (#21970)Sean Dewar2023-01-24
* refactor(test): create an lsp-specific helpers.lua fileJohn Drouhard2022-12-08
* test(lsp): call clear() before willSave tests (#21336)zeertzjq2022-12-08
* feat(lsp): support willSave & willSaveWaitUntil capability (#21315)Mathias Fußenegger2022-12-08
* fix(lsp): call show_document with correct argsMathias Fussenegger2022-12-04
* refactor(lsp): extract a _create_server method in lsp_specMathias Fussenegger2022-12-04
* test: simplify platform detection (#21020)dundargoc2022-11-22
* feat(test): add Lua forms for API methods (#20152)Lewis Russell2022-11-14
* test: introduce skip() #21010dundargoc2022-11-13
* docs: fix typosdundargoc2022-11-02
* feat(lsp): support window/showDocument (#19977)lvimuser2022-10-08
* fix(lsp): create missing directory before creating file (#19835)shaunsingh2022-09-24
* fix(lsp): out of bounds error in lsp.util.apply_text_edits (#20137)ofwinterpassed2022-09-20
* fix(lsp): support `false` result in handlers (#20252)Mathias Fußenegger2022-09-20
* test(lsp): call clear() before bufwipe test (#20170)zeertzjq2022-09-13
* fix(lsp): when buffer detach remove buffer from client attached buffers (#20081)Raphael2022-09-08
* feat(lsp): add range option to lsp.buf.format (#19998)Mathias Fußenegger2022-09-08
* feat(lsp): add tcp supportMathias Fussenegger2022-08-28
* fix(lsp): send didOpen if name changes on write (#19583)Mathias Fußenegger2022-08-01
* refactor(lsp): use autocmd api (#19407)ii142022-07-17
* test(report): formatting, drop dumplog()Justin M. Keyes2022-06-15
* fix(lsp): fix multi client handling in code action (#18869)Mathias Fußenegger2022-06-05
* feat(lsp): send didChangeConfiguration after init (#18847)Mathias Fußenegger2022-06-03
* fix(ci): remove 2000ms blocking wait in many plugin/lsp_spec.lua testsbfredl2022-05-22
* feat(lsp): add LspAttach and LspDetach autocommandsGregory Anders2022-05-18
* fix(lsp): perform client side filtering of code actions (#18392)Fredrik Ekre2022-05-12
* fix(lsp): fix rename capability checks and multi client support (#18441)Mathias Fußenegger2022-05-05
* fix(lsp): make sure to always reset active codelens refreshes (#18331)William Boman2022-05-05
* fix(lsp): handle textDocumentSync.save bool capability (#18332)Mathias Fußenegger2022-04-30
* feat(lsp): add async option to vim.lsp.buf.format (#18322)Mathias Fußenegger2022-04-30
* feat(lsp): add vim.lsp.buf.format (#18193)Michael Lingelbach2022-04-30
* chore(lsp): remove capabilities sanitization (#17814)Michael Lingelbach2022-04-30
* feat(lsp): options to filter and auto-apply code actions (#18221)Fredrik Ekre2022-04-30
* fix(lsp): fix lookup of boolean values in workspace/configuration (#18026)Fredrik Ekre2022-04-15
* fix(lsp): set tabSize from 'shiftwidth', not 'softtabstop' (#17787)Tim Pope2022-03-20
* 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
* chore(lsp): clean up initialization process (#16369)Michael Lingelbach2021-11-21
* fix(lsp): ensure buffers are re-attached on rename (#16266)Mathias Fußenegger2021-11-14
* 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
* feat(lsp): track pending+cancel requests on client object #15949jdrouhard2021-10-29
* fix(lsp): fix cursor row after textEdits (#16038)hrsh7th2021-10-18
* fix(lsp): do not invoke handlers for unsupported methods (#15926)Michael Lingelbach2021-10-10