aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp
Commit message (Expand)AuthorAge
* lsp: do not process diagnostics for unloaded buffers (#12440)TJ DeVries2020-06-04
* lsp: compute height of floating preview correctly for wrapped lines (#12380)Christian Clason2020-06-04
* lsp: Add check for `declaration` and `typeDefinition` support in vim lsp serv...Dheepak Krishnamurthy2020-06-04
* Merge pull request #12343 from ndreas/fix/lsp-multibyte-indexingHirokazu Hata2020-06-04
|\
| * Use get_line_byte_from_position in jump_to_locationAndreas Johansson2020-05-19
| * Refactor fetching the line byteAndreas Johansson2020-05-19
* | lua: add vim.highlight.range (#12401)Christian Clason2020-05-31
* | lua: simple snippet support in the completion items (#12118)Viktor Kojouharov2020-05-28
* | lsp: add preview_location util function (#12368)Christian Clason2020-05-26
* | lsp: change log name to "lsp.log" from "vim-lsp.log"Hirokazu Hata2020-05-23
* | LSP: Don't swallow bufnr argument from callbacks (#12350)Mathias Fußenegger2020-05-20
* | lsp: fix get diagnositcsMike Hartington2020-05-19
|/
* lsp: Fix timezone format of LSP log (ISO 8601) (#12332)Eisuke Kawashima2020-05-17
* lsp: Handle end lines in apply_text_edits (#12314)Andreas Johansson2020-05-17
* Check for nil before checking for empty tableAndy Lindeman2020-05-15
* LSP: Add textDocument/codeAction support (#11607)Jesse2020-05-16
* LSP: Add workspace.applyEdit client capabilities (#12313)Mathias Fußenegger2020-05-14
* 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
* lsp: set buflisted when jumping to location (#12253)Gabriel Sanches2020-05-07
* lsp: fix tagstack for location jump #12248Gabriel Sanches2020-05-04
* Merge pull request #12237 from h-michael/vim-nilMatthieu Coudron2020-05-04
|\
| * [LSP] check for vim.NIL and add apply_text_document_edit testsckipp012020-05-01
* | lsp: fixup workspace symbol capabilities (#12233)Christian Clason2020-05-03
* | Merge pull request #12228 from h-michael/fix-docsyms-to-itemsMatthieu Coudron2020-05-02
|\ \
| * | lsp: fix lsp.util.symbols_to_itemsHirokazu Hata2020-05-02
| |/
* | lsp: add workspace/symbol (#12224)Christian Clason2020-05-02
* | LSP: Support LocationLink (#12231)Christian Clason2020-05-02
|/
* Merge pull request #12204 from archseer/lsp-user-dataMatthieu Coudron2020-04-30
|\
| * lsp/completion: Expose completion_item under completed_items.user_data.Blaž Hrastnik2020-04-29
* | LSP: enable using different highlighting rules for LSP signs (#12176)Ghjuvan Lacambre2020-04-29
* | LSP: support tagstack #12096Yen32020-04-28
|/
* LSP: don't redefine LspDiagnostics signs #12164jakbyte2020-04-26
* LSP: Fix show_line_diagnostics #12186Mathias Fußenegger2020-04-26
* LSP: Add a check for null version in VersionedTextDocumentIdentifier (#12185)Chris Kipp2020-04-26
* LSP: remove obsolete "peek definition" code #12178Thore Weilbier2020-04-25
* LSP: Expose diagnostics grouped by bufnr (#11932)Mathias Fußenegger2020-04-25
* lsp: remove buffer version on buffer_detach (#12029)Hirokazu Hata2020-04-25
* lsp: callback for references now opens qf (#12171)Thore Weilbier2020-04-23
* lsp: do not assert even if the code does not exist in ErrorCodes (#11981)Hirokazu Hata2020-04-21
* lsp: textDocument/definition can return Location or Location[] (#12014)Khangal2020-04-21
* Merge pull request #11989 from Weypare/textEditMatthieu Coudron2020-04-20
|\
| * LSP/completion: Add completion text helper functionAndrey Avramenko2020-04-20
| * LSP/completion: add textEdit supportAndrey Avramenko2020-03-06
* | lsp: export convert_signature_help_to_markdown_lines (#11950)Hirokazu Hata2020-04-19
* | lsp: replace the event that closes the signature help preview window from Ins...Hirokazu Hata2020-04-18
* | LSP: fix breakage when severity isn't specified (#12027)Ghjuvan Lacambre2020-04-18
* | lsp: provide a default for missing reference kind (#12127)George Zhao2020-04-16