summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin/lsp_spec.lua
AgeCommit message (Expand)AuthorFiles
2020-05-19Add tests for jump_to_locationAndreas Johansson1
2020-05-17lsp: Handle end lines in apply_text_edits (#12314)Andreas Johansson1
2020-05-13lsp: fix bug when documentEdit version=null for unattached buffer (#12272)landerlo1
2020-05-11LSP: Make applyEdit return a response (#12270)Mathias Fußenegger1
2020-05-08lsp: Make apply_text_edits non-ASCII safe (#12223)Christian Clason1
2020-05-07lsp: Handle unknown CompletionItemKind and SymbolKind (#12257)Hirokazu Hata1
2020-05-04Merge pull request #12237 from h-michael/vim-nilMatthieu Coudron1
2020-05-04lsp: add a lsp.util.apply_text_edits test(pending)Hirokazu Hata1
2020-05-04lsp: fix apply_text_document_edit testHirokazu Hata1
2020-05-02lsp: add lsp.util.symbols_to_items testHirokazu Hata1
2020-05-01[LSP] check for vim.NIL and add apply_text_document_edit testsckipp011
2020-04-30Merge pull request #12204 from archseer/lsp-user-dataMatthieu Coudron1
2020-04-29LSP: enable using different highlighting rules for LSP signs (#12176)Ghjuvan Lacambre1
2020-04-29lsp/completion: Expose completion_item under completed_items.user_data.Blaž Hrastnik1
2020-04-26LSP: Fix show_line_diagnostics #12186Mathias Fußenegger1
2020-04-25LSP: Expose diagnostics grouped by bufnr (#11932)Mathias Fußenegger1
2020-04-20test: add docs for get_completion_word testAndrey Avramenko1
2020-04-20test: add get_completion_word test for text_doc...Andrey Avramenko1
2020-03-01lsp: add 'textDocument/documentSymbol’ callbackHirokazu Hata1
2020-02-16test: always dump logs on failure #11886Justin M. Keyes1
2020-02-16test/LSP: assert contents of log fileJustin M. Keyes1
2020-02-16test/LSP: dump logs on errorJustin M. Keyes1
2020-02-16LSP: fix validate_client_configJustin M. Keyes1
2020-02-16test/LSP: use less-generic exit codeJustin M. Keyes1
2020-02-16test: styleJustin M. Keyes1
2020-01-08LSP: highlight groups test, docJustin M. Keyes1
2020-01-08test: hoist buf_lines()Justin M. Keyes1
2020-01-08test: just say no to hyper-granularityJustin M. Keyes1