summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin/lsp_spec.lua
AgeCommit message (Expand)AuthorFiles
2021-08-10fix(lsp): properly handle `nil` lines when trimming empty lines (#15325)Andrea Cappuccio1
2021-07-31fixup! vim-patch:8.2.3019: location list only has the start position.Jan Edmund Lazo1
2021-07-23fix(ci): disable broken test on openbsd on all CI due to resource constraintsBjörn Linse1
2021-07-10test(lsp): file URIs do not allow relative pathsAlessandro Pezzoni1
2021-06-28fix(doc): remove reference to vim.lsp.callbacks (#14576)Matthieu Coudron1
2021-06-24fix(lsp): do not convert vim.NIL to nil in listsAkin Sowemimo1
2021-06-22fixup! vim-patch:8.2.3020: unreachable code (#14866)Matthieu Coudron1
2021-05-19Merge pull request #14563 from mjlbach/fix_intelephense_langserverMichael Lingelbach1
2021-05-19test(lsp_spec): improve correctnessMarco Hinz1
2021-05-19Revert "lsp: make tagstack smarter motion-wise (#12262)"Marco Hinz1
2021-05-16lsp: handle case where CompletionItem.insertTextFormat is nilMichael Lingelbach1
2021-05-06lsp: add a test for the jump_to_location + jump list fixfrancisco souza1
2021-04-23lsp: make tagstack smarter motion-wise (#12262)Gabriel Sanches1
2021-04-14lsp: Remove vim.NIL handling from apply_text_document_editMathias Fussenegger1
2021-04-14lsp: Accept text document edits with version zeroMathias Fussenegger1
2021-04-03test/lsp: disable tracking in LSP tests (here be dragons)Björn Linse1
2021-03-18lsp: Add support for delete workspaceEdit resource operationMathias Fussenegger1
2021-03-18lsp: Add support for create workspaceEdit resource operationMathias Fussenegger1
2021-03-18lsp: Add support for file rename via workspaceEditMathias Fussenegger1
2021-03-10lsp: Resolve codeLense server capabilities (#14056)Josa Gesell1
2021-03-09Merge pull request #14079 from mjlbach/incremental_syncMichael Lingelbach1
2021-03-09lsp: add incremental text synchronizationMichael Lingelbach1
2021-03-08state: throttle batched event processing when input is availableBjörn Linse1
2021-02-25LSP: Resolve text_document_save capability according to specMathias Fussenegger1
2021-02-23lsp: remove deprecated references to 'callbacks' (#13945)Matthieu Coudron1
2021-02-19lsp: Fix text edits operating on the last line of a document (#13677)Mathias Fußenegger1
2021-01-27lsp/tests: Ensure client is stopped in basic_init tests (#13798)Mathias Fußenegger1
2021-01-18LSP: Fix nil settings handling in workspace/configuration (#13708)Mathias Fußenegger1
2021-01-11fix(lsp): Allow subsequent text document edits to pass (#13534)TJ DeVries1
2021-01-01LSP: add test for workspace/configuration handlerMichael Lingelbach1
2020-12-03lsp: Fix "unsupported_method" error when the buffer does not have an LSP Serv...eightpigs1
2020-11-12lsp: vim.lsp.diagnostic (#12655)TJ DeVries1
2020-11-05lua: make vim.inspect available early so it can be used for path debuggingBjörn Linse1
2020-10-25lsp: fix fallback for callback in method_unsupportedfrancisco souza1
2020-10-25lsp: only send buf requests to servers that support the request (#12764)francisco souza1
2020-10-05test/vim.validate(): assert normalized stacktraceJustin M. Keyes1
2020-10-05vim.validate(): include stacktrace in messageTJ DeVries1
2020-08-30lsp: Fix bad sortText comparison (#12485)Anmol Sethi1
2020-07-30Revert "lsp: Fix text edits with the same start position (#12434)" (#12564)Andreas Johansson1
2020-07-18lsp: Add support for call hierarchies (#12556)cbarrete1
2020-06-30lsp: Use nvim_buf_get_lines in locations_to_items and add more tests (#12357)Mathias Fußenegger1
2020-06-22lsp: Add sync variant of LSP formattingDavid Lukes1
2020-06-18lsp: Add new highlight groups used in show_line_diagnostics (#12473)francisco souza1
2020-06-14lsp: Fix text edits with the same start position (#12434)Andreas Johansson1
2020-06-11test: Fix ignored LSP tests (#12470)David Lukes1
2020-06-04lsp: compute height of floating preview correctly for wrapped lines (#12380)Christian Clason1
2020-06-04lua: fix behavior when split empty string (#12429)notomo1
2020-06-04Merge pull request #12343 from ndreas/fix/lsp-multibyte-indexingHirokazu Hata1
2020-05-28lua: simple snippet support in the completion items (#12118)Viktor Kojouharov1
2020-05-26lsp: make the command error message more detailed (#11633)Hirokazu Hata1