summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp
AgeCommit message (Expand)AuthorFiles
2020-06-04Merge pull request #12343 from ndreas/fix/lsp-multibyte-indexingHirokazu Hata1
2020-05-31lua: add vim.highlight.range (#12401)Christian Clason1
2020-05-28lua: simple snippet support in the completion items (#12118)Viktor Kojouharov2
2020-05-26lsp: add preview_location util function (#12368)Christian Clason1
2020-05-23lsp: change log name to "lsp.log" from "vim-lsp.log"Hirokazu Hata1
2020-05-20LSP: Don't swallow bufnr argument from callbacks (#12350)Mathias Fußenegger1
2020-05-19Use get_line_byte_from_position in jump_to_locationAndreas Johansson1
2020-05-19Refactor fetching the line byteAndreas Johansson1
2020-05-19lsp: fix get diagnositcsMike Hartington1
2020-05-17lsp: Fix timezone format of LSP log (ISO 8601) (#12332)Eisuke Kawashima1
2020-05-17lsp: Handle end lines in apply_text_edits (#12314)Andreas Johansson1
2020-05-15Check for nil before checking for empty tableAndy Lindeman1
2020-05-16LSP: Add textDocument/codeAction support (#11607)Jesse4
2020-05-14LSP: Add workspace.applyEdit client capabilities (#12313)Mathias Fußenegger1
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-07lsp: set buflisted when jumping to location (#12253)Gabriel Sanches1
2020-05-04lsp: fix tagstack for location jump #12248Gabriel Sanches1
2020-05-04Merge pull request #12237 from h-michael/vim-nilMatthieu Coudron1
2020-05-03lsp: fixup workspace symbol capabilities (#12233)Christian Clason1
2020-05-02Merge pull request #12228 from h-michael/fix-docsyms-to-itemsMatthieu Coudron1
2020-05-02lsp: add workspace/symbol (#12224)Christian Clason3
2020-05-02LSP: Support LocationLink (#12231)Christian Clason2
2020-05-02lsp: fix lsp.util.symbols_to_itemsHirokazu 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-28LSP: support tagstack #12096Yen31
2020-04-26LSP: don't redefine LspDiagnostics signs #12164jakbyte1
2020-04-26LSP: Fix show_line_diagnostics #12186Mathias Fußenegger1
2020-04-26LSP: Add a check for null version in VersionedTextDocumentIdentifier (#12185)Chris Kipp1
2020-04-25LSP: remove obsolete "peek definition" code #12178Thore Weilbier3
2020-04-25LSP: Expose diagnostics grouped by bufnr (#11932)Mathias Fußenegger1
2020-04-25lsp: remove buffer version on buffer_detach (#12029)Hirokazu Hata1
2020-04-23lsp: callback for references now opens qf (#12171)Thore Weilbier1
2020-04-21lsp: do not assert even if the code does not exist in ErrorCodes (#11981)Hirokazu Hata1
2020-04-21lsp: textDocument/definition can return Location or Location[] (#12014)Khangal1
2020-04-20Merge pull request #11989 from Weypare/textEditMatthieu Coudron1
2020-04-20LSP/completion: Add completion text helper functionAndrey Avramenko1
2020-04-19lsp: export convert_signature_help_to_markdown_lines (#11950)Hirokazu Hata2
2020-04-18lsp: replace the event that closes the signature help preview window from Ins...Hirokazu Hata1
2020-04-18LSP: fix breakage when severity isn't specified (#12027)Ghjuvan Lacambre1
2020-04-16lsp: provide a default for missing reference kind (#12127)George Zhao1
2020-03-16Merge pull request #11927 from Jesse-Bakker/lsp-buf-versionBjörn Linse1
2020-03-06LSP/completion: add textEdit supportAndrey Avramenko1
2020-03-02lsp: make showMessage and logMessage callbacks different (#11942)Hirokazu Hata2
2020-03-01lsp: add 'textDocument/documentSymbol’ callbackHirokazu Hata3