aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/lsp_spec.lua
Commit message (Expand)AuthorAge
* lsp: add a test for the jump_to_location + jump list fixfrancisco souza2021-05-06
* lsp: make tagstack smarter motion-wise (#12262)Gabriel Sanches2021-04-23
* lsp: Remove vim.NIL handling from apply_text_document_editMathias Fussenegger2021-04-14
* lsp: Accept text document edits with version zeroMathias Fussenegger2021-04-14
* test/lsp: disable tracking in LSP tests (here be dragons)Björn Linse2021-04-03
* lsp: Add support for delete workspaceEdit resource operationMathias Fussenegger2021-03-18
* lsp: Add support for create workspaceEdit resource operationMathias Fussenegger2021-03-18
* lsp: Add support for file rename via workspaceEditMathias Fussenegger2021-03-18
* lsp: Resolve codeLense server capabilities (#14056)Josa Gesell2021-03-10
* Merge pull request #14079 from mjlbach/incremental_syncMichael Lingelbach2021-03-09
|\
| * lsp: add incremental text synchronizationMichael Lingelbach2021-03-09
* | state: throttle batched event processing when input is availableBjörn Linse2021-03-08
|/
* LSP: Resolve text_document_save capability according to specMathias Fussenegger2021-02-25
* lsp: remove deprecated references to 'callbacks' (#13945)Matthieu Coudron2021-02-23
* lsp: Fix text edits operating on the last line of a document (#13677)Mathias Fußenegger2021-02-19
* lsp/tests: Ensure client is stopped in basic_init tests (#13798)Mathias Fußenegger2021-01-27
* LSP: Fix nil settings handling in workspace/configuration (#13708)Mathias Fußenegger2021-01-18
* fix(lsp): Allow subsequent text document edits to pass (#13534)TJ DeVries2021-01-11
* LSP: add test for workspace/configuration handlerMichael Lingelbach2021-01-01
* lsp: Fix "unsupported_method" error when the buffer does not have an LSP Serv...eightpigs2020-12-03
* lsp: vim.lsp.diagnostic (#12655)TJ DeVries2020-11-12
* lua: make vim.inspect available early so it can be used for path debuggingBjörn Linse2020-11-05
* lsp: fix fallback for callback in method_unsupportedfrancisco souza2020-10-25
* lsp: only send buf requests to servers that support the request (#12764)francisco souza2020-10-25
* test/vim.validate(): assert normalized stacktraceJustin M. Keyes2020-10-05
* vim.validate(): include stacktrace in messageTJ DeVries2020-10-05
* lsp: Fix bad sortText comparison (#12485)Anmol Sethi2020-08-30
* Revert "lsp: Fix text edits with the same start position (#12434)" (#12564)Andreas Johansson2020-07-30
* lsp: Add support for call hierarchies (#12556)cbarrete2020-07-18
* lsp: Use nvim_buf_get_lines in locations_to_items and add more tests (#12357)Mathias Fußenegger2020-06-30
* lsp: Add sync variant of LSP formattingDavid Lukes2020-06-22
* lsp: Add new highlight groups used in show_line_diagnostics (#12473)francisco souza2020-06-18
* lsp: Fix text edits with the same start position (#12434)Andreas Johansson2020-06-14
* test: Fix ignored LSP tests (#12470)David Lukes2020-06-11
* lsp: compute height of floating preview correctly for wrapped lines (#12380)Christian Clason2020-06-04
* lua: fix behavior when split empty string (#12429)notomo2020-06-04
* Merge pull request #12343 from ndreas/fix/lsp-multibyte-indexingHirokazu Hata2020-06-04
|\
| * Add tests for jump_to_locationAndreas Johansson2020-05-19
* | lua: simple snippet support in the completion items (#12118)Viktor Kojouharov2020-05-28
* | lsp: make the command error message more detailed (#11633)Hirokazu Hata2020-05-26
|/
* lsp: Handle end lines in apply_text_edits (#12314)Andreas Johansson2020-05-17
* lsp: fix bug when documentEdit version=null for unattached buffer (#12272)landerlo2020-05-13
* LSP: Make applyEdit return a response (#12270)Mathias Fußenegger2020-05-11
* lsp: Make apply_text_edits non-ASCII safe (#12223)Christian Clason2020-05-08
* lsp: Handle unknown CompletionItemKind and SymbolKind (#12257)Hirokazu Hata2020-05-07
* Merge pull request #12237 from h-michael/vim-nilMatthieu Coudron2020-05-04
|\
| * lsp: add a lsp.util.apply_text_edits test(pending)Hirokazu Hata2020-05-04
| * lsp: fix apply_text_document_edit testHirokazu Hata2020-05-04
| * [LSP] check for vim.NIL and add apply_text_document_edit testsckipp012020-05-01
* | lsp: add lsp.util.symbols_to_items testHirokazu Hata2020-05-02
|/