aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp
Commit message (Expand)AuthorAge
* 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
* | Merge pull request #11927 from Jesse-Bakker/lsp-buf-versionBjörn Linse2020-03-16
|\ \ | |/ |/|
| * Use buffer version instead of changedtick for editsJesse Bakker2020-02-27
* | lsp: make showMessage and logMessage callbacks different (#11942)Hirokazu Hata2020-03-02
* | lsp: add 'textDocument/documentSymbol’ callbackHirokazu Hata2020-03-01
* | lsp: add bufnr to callback function argumentsHirokazu Hata2020-02-28
* | LSP: Remove diagnostic message handling in locations_to_itemsMathias Fussenegger2020-02-27
* | LSP/references: Add context to locations returned by serverMathias Fussenegger2020-02-27
* | Add signs for Lsp diagnostics (#11668)Alvaro Muñoz2020-02-27
* | LSP/hover: Do not throw away contents if first line is empty (#11939)Mathias Fußenegger2020-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/completion: show duplicates in completion popup #11920Mathias Fußenegger2020-02-21
* lsp: make functions private and use filter functionHirokazu Hata2020-02-19
* lsp: respect the sort order if there is sortTextHirokazu Hata2020-02-19
* lsp: fix textDocument/completion handlingHirokazu Hata2020-02-19
* lsp/rpc.lua: fix `env` application functionJustin M. Keyes2020-02-16
* LSP: Refine formatting tabSize #11834Jesse-Bakker2020-02-10
* lsp: Support text edit on inactive buffer (#11843)Mathias Fußenegger2020-02-10
* LSP: show diagnostic in qf/loclist #11777Matthieu Coudron2020-01-28
* LSP: highlight groups test, docJustin M. Keyes2020-01-08
* LSP: differentiate diagnostic underline by severityAlvaro Muñoz2020-01-08
* LSP: place hover window by vertical space #11657Ville Hakulinen2020-01-03
* gen_vimdoc.py: generate LSP docsJustin M. Keyes2019-12-31
* LSP: Handle rpc RequestCancelled specifically. (#11606)Ashkan Kiani2019-12-24
* 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: fix omnifunc findstart (#11522)Mike Hartington2019-12-20
* LSP: Add jump when calling gotodef (#11521)Jakub Łuczyński2019-12-07
* lsp: allow the user to config LspDiagnosticError etc by standard meansBjörn Linse2019-11-28
* LSP: Move default buf callbacks to vim.lsp.callbacks (#11452)Ashkan Kiani2019-11-26
* Add support for textDocument/references.Ashkan Kiani2019-11-24
* UI tweaks.Ashkan Kiani2019-11-23
* Improve the character_offset code.Ashkan Kiani2019-11-22
* Improve performance of util.set_lines + bugfixAshkan Kiani2019-11-22
* Fix encoding translation in other places.Ashkan Kiani2019-11-21
* Fix position params for encoding.Ashkan Kiani2019-11-21
* Account for character length in jump position.Ashkan Kiani2019-11-21
* Fix hovers staying on bufhiddenAshkan Kiani2019-11-21
* UpdatesAshkan Kiani2019-11-21
* Remove resolve_bufnr/lualintAshkan Kiani2019-11-20