aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/callbacks.lua
Commit message (Expand)AuthorAge
* 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