aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/callbacks.lua
Commit message (Expand)AuthorAge
* lsp: remove deprecated references to 'callbacks' (#13945)Matthieu Coudron2021-02-23
* lsp: vim.lsp.diagnostic (#12655)TJ DeVries2020-11-12
* lsp: Store diagnostics for unloaded buffers (#13102)Mathias Fußenegger2020-10-25
* lsp: remove popup No signature available. (#12915)Raphael2020-09-18
* Add FIXMEsPatrice Peterson2020-08-23
* Add docs for most vim.lsp methodsPatrice Peterson2020-08-23
* lsp: Add support for call hierarchies (#12556)cbarrete2020-07-18
* lsp: do not process diagnostics for unloaded buffers (#12440)TJ DeVries2020-06-04
* LSP: Don't swallow bufnr argument from callbacks (#12350)Mathias Fußenegger2020-05-20
* Check for nil before checking for empty tableAndy Lindeman2020-05-15
* LSP: Add textDocument/codeAction support (#11607)Jesse2020-05-16
* LSP: Make applyEdit return a response (#12270)Mathias Fußenegger2020-05-11
* lsp: add workspace/symbol (#12224)Christian Clason2020-05-02
* LSP: remove obsolete "peek definition" code #12178Thore Weilbier2020-04-25
* lsp: callback for references now opens qf (#12171)Thore Weilbier2020-04-23
* lsp: textDocument/definition can return Location or Location[] (#12014)Khangal2020-04-21
* lsp: export convert_signature_help_to_markdown_lines (#11950)Hirokazu Hata2020-04-19
* LSP: fix breakage when severity isn't specified (#12027)Ghjuvan Lacambre2020-04-18
* lsp: make showMessage and logMessage callbacks different (#11942)Hirokazu Hata2020-03-02
* lsp: add 'textDocument/documentSymbol’ callbackHirokazu Hata2020-03-01
* LSP: Remove diagnostic message handling in locations_to_itemsMathias Fussenegger2020-02-27
* Add signs for Lsp diagnostics (#11668)Alvaro Muñoz2020-02-27
* add support to show diagnostics count in statusline (#11641)Alvaro Muñoz2020-02-26
* LSP: implement documentHighlight (#11638)Alvaro Muñoz2020-02-26
* lsp: fix textDocument/completion handlingHirokazu Hata2020-02-19
* LSP: Use async completion for omnifunc. (#11578)Ashkan Kiani2019-12-20
* LSP: Improve the display of the default hover callback. (#11576)Ashkan Kiani2019-12-20
* LSP: Move default buf callbacks to vim.lsp.callbacks (#11452)Ashkan Kiani2019-11-26