aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/handlers.lua
Commit message (Expand)AuthorAge
* lsp: add syntax highlighting to signature helpMichael Lingelbach2021-03-22
* chore: rename progress_callback to progress_handlerMatthieu Coudron2021-03-04
* feat(lsp): use vim.notify for some errors (#13992)Matthieu Coudron2021-02-22
* LSP: Fix nil settings handling in workspace/configuration (#13708)Mathias Fußenegger2021-01-18
* lsp: add client/registerCapability handler (#13780)Michael Lingelbach2021-01-18
* LSP: fix messageRequest to not return nested title (#13674)Michael Lingelbach2021-01-03
* Merge pull request #13649 from mjlbach/move_from_nvim-lspconfigMatthieu Coudron2021-01-01
|\
| * LSP: Move workspace/configuration handler from nvim-lspconfig to coreMichael Lingelbach2021-01-01
* | LSP: progress callback should only update existing dict for reports (#13652)jdrouhard2021-01-01
|/
* LSP: window/showMessageRequest (#13641)Michael Lingelbach2020-12-31
* LSP: implement window/workDoneProgress/create (#13640)Michael Lingelbach2020-12-30
* lsp: Use correct bufnr for documentHighlight handler (#13622)Adam P. Regasz-Rethy2020-12-29
* lsp: Add <nomodeline> to doautocmd calls (#13576)Nils2020-12-21
* lsp: add $/progress report (#13294)Matthieu Coudron2020-12-20
* lsp: vim.lsp.diagnostic (#12655)TJ DeVries2020-11-12