aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/handlers.lua
Commit message (Expand)AuthorAge
...
* fix(lsp): suppress ContentModified errors from UI (#16904)Sam McCall2022-01-04
* chore: fix typos (#16506)dundargoc2021-12-28
* refactor: replace deprecated lua functions with their new versions (#16603)dundargoc2021-12-10
* fix(lsp): progress handlers should return vim.NIL on error (#16472)Michael Lingelbach2021-11-30
* fix(lsp): do not attempt to index nil client in progress handler (#16463)Michael Lingelbach2021-11-29
* fix(lsp): change signature of buf_highlight_references (#16345)Michael Lingelbach2021-11-17
* fix(lsp): do not index nil client in progress (#16262)Michael Lingelbach2021-11-09
* fix(lsp): convert range to byte index before highlighting (#16218)elianiva2021-11-06
* feat(lsp): default to botright for setting qflist (#16177)Michael Lingelbach2021-10-30
* feat(lsp): add codeAction/resolve support (#15818)Mathias Fußenegger2021-09-28
* fix(ui): s/format_entry/format_item to match docs (#15819)Mathias Fußenegger2021-09-27
* feat(ui): add vim.ui.select and use in code actions (#15771)Mathias Fußenegger2021-09-27
* fix(lsp): guard textDocument/codeAction command logic #15769Chris Kipp2021-09-23
* feat(lsp): add a registry for client side code action commandsMathias Fussenegger2021-09-20
* Merge #15585 refactor: move vim.lsp.diagnostic to vim.diagnosticJustin M. Keyes2021-09-16
|\
| * refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders2021-09-15
* | feat(lsp): improve logging (#15636)Michael Lingelbach2021-09-15
|/
* fix(lsp): update workspace/applyEdit handler signature (#15573)Jose Alvarez2021-09-05
* feat(lsp)!: change handler signatureMichael Lingelbach2021-09-05
* docs: make Lua docstrings consistent #15255Gregory Anders2021-08-22
* fix(lsp): Include client name in handler error messages (#15227)Mathias Fußenegger2021-07-31
* feat(lsp): make list handlers configurable (#15199)Gregory Anders2021-07-26
* doc(lsp): various small fixes (#15113)Ido Ariel2021-07-17
* fix(lsp): pass bufnr for async formatting (#15084)Michael Lingelbach2021-07-14
* fix(lsp): Ensure human readable errors are printedMathias Fussenegger2021-07-11
* fix(lsp): Ensure users get feedback on references/symbols errors or empty res...Mathias Fussenegger2021-07-11
* fix(lsp): support duplicate params in signature help (#15032)Folke Lemaitre2021-07-09
* feat(lsp): highlight active parameter in signature help (#15018)Folke Lemaitre2021-07-07
* fix(lsp): handlers should focus quickfix listMichael Lingelbach2021-06-21
* feat(lsp): Add codelens supportMathias Fussenegger2021-06-14
* refactor(lsp): consolidate the different floating window methods into open_fl...Folke Lemaitre2021-05-29
* feat(lsp): use fancy_floating_markdown for signature_helpFolke Lemaitre2021-05-21
* Merge pull request #14309 from mjlbach/feature/hover_return_win_bufMichael Lingelbach2021-04-07
|\
| * lsp: hover window should return buf/winnr from focusable floatMichael Lingelbach2021-04-07
* | lsp: update documentation on window bordersMichael Lingelbach2021-04-06
|/
* feat(lsp): make hover/signature_help borders configurableelianiva2021-04-06
* lsp: floating window improvements (#14207)Michael Lingelbach2021-04-05
* 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