summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin/lsp_spec.lua
AgeCommit message (Expand)AuthorFiles
2022-09-08feat(lsp): add range option to lsp.buf.format (#19998)Mathias Fußenegger1
2022-08-28feat(lsp): add tcp supportMathias Fussenegger1
2022-08-01fix(lsp): send didOpen if name changes on write (#19583)Mathias Fußenegger1
2022-07-17refactor(lsp): use autocmd api (#19407)ii141
2022-06-15test(report): formatting, drop dumplog()Justin M. Keyes1
2022-06-05fix(lsp): fix multi client handling in code action (#18869)Mathias Fußenegger1
2022-06-03feat(lsp): send didChangeConfiguration after init (#18847)Mathias Fußenegger1
2022-05-22fix(ci): remove 2000ms blocking wait in many plugin/lsp_spec.lua testsbfredl1
2022-05-18feat(lsp): add LspAttach and LspDetach autocommandsGregory Anders1
2022-05-12fix(lsp): perform client side filtering of code actions (#18392)Fredrik Ekre1
2022-05-05fix(lsp): fix rename capability checks and multi client support (#18441)Mathias Fußenegger1
2022-05-05fix(lsp): make sure to always reset active codelens refreshes (#18331)William Boman1
2022-04-30fix(lsp): handle textDocumentSync.save bool capability (#18332)Mathias Fußenegger1
2022-04-30feat(lsp): add async option to vim.lsp.buf.format (#18322)Mathias Fußenegger1
2022-04-30feat(lsp): add vim.lsp.buf.format (#18193)Michael Lingelbach1
2022-04-30chore(lsp): remove capabilities sanitization (#17814)Michael Lingelbach1
2022-04-30feat(lsp): options to filter and auto-apply code actions (#18221)Fredrik Ekre1
2022-04-15fix(lsp): fix lookup of boolean values in workspace/configuration (#18026)Fredrik Ekre1
2022-03-20fix(lsp): set tabSize from 'shiftwidth', not 'softtabstop' (#17787)Tim Pope1
2022-01-13fix(lsp): strictly enforce passing offset encoding (#17049)Michael Lingelbach1
2022-01-13fix(lsp): handle negative activeSignature in signatureHelp (#17064)Mathias Fußenegger1
2022-01-13fix(lsp): fix applying multiple out-of-range TextEdits (#17037)hrsh7th1
2022-01-11refactor(lsp): debounce timer per buf and unify with non-debounce (#17016)Mathias Fußenegger1
2022-01-05feat(lsp): enable default debounce of 150 ms (#16908)Michael Lingelbach1
2021-12-21feat(lsp): add buf_detach_client (#16250)Michael Lingelbach1
2021-11-21chore(lsp): clean up initialization process (#16369)Michael Lingelbach1
2021-11-14fix(lsp): ensure buffers are re-attached on rename (#16266)Mathias Fußenegger1
2021-11-07feat(ui): add vim.ui.input and use in lsp rename (#15959)Sebastian Lyng Johansen1
2021-11-06feat(lua): enable stack traces in error output (#16228)Gregory Anders1
2021-11-01feat(lsp): add per-client commands (#16101)Michael Lingelbach1
2021-10-29feat(lsp): track pending+cancel requests on client object #15949jdrouhard1
2021-10-18fix(lsp): fix cursor row after textEdits (#16038)hrsh7th1
2021-10-10fix(lsp): do not invoke handlers for unsupported methods (#15926)Michael Lingelbach1
2021-10-08fix(lsp): update tests using 0.5.0 handler calls (#15969)Michael Lingelbach1
2021-10-08fix(lsp): expose ContentModified error code to callbacks (#15262)Rishikesh Vaishnav1
2021-10-02fix(float)!: always anchor to corner of window including border #15832zeertzjq1
2021-10-02fix(lsp_spec): tests depended on previous sessionJustin M. Keyes1
2021-09-28feat(lsp): add codeAction/resolve support (#15818)Mathias Fußenegger1
2021-09-20feat(lsp): add a registry for client side code action commandsMathias Fussenegger1
2021-09-20feat(lsp): include original request params in handler ctxMathias Fussenegger1
2021-09-18feat(lsp): improve vim.lsp.util.apply_text_edits (#15561)hrsh7th1
2021-09-15refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders1
2021-09-14fix(lsp): correctly parse LSP snippets #15579hrsh7th1
2021-09-08feat(lsp): support textDocument/prepareRename (#15514)Zi How Poh1
2021-09-05fix(lsp): update workspace/applyEdit handler signature (#15573)Jose Alvarez1
2021-09-05Merge pull request #15504 from mjlbach/feat/change-handler-signatureMichael Lingelbach1
2021-09-05feat(lsp)!: change handler signatureMichael Lingelbach1
2021-08-27feat(lsp): get_border_size(): support repeating border char list #15474zeertzjq1
2021-08-14Merge pull request #15368 from jamessan/fragilityJames McCoy1
2021-08-13test(lsp): disable finicky test when TEST_SKIP_FRAGILE is setJames McCoy1