summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp/util.lua
AgeCommit message (Expand)AuthorFiles
2020-03-01lsp: add 'textDocument/documentSymbol’ callbackHirokazu Hata1
2020-02-27Use buffer version instead of changedtick for editsJesse Bakker1
2020-02-27LSP: Remove diagnostic message handling in locations_to_itemsMathias Fussenegger1
2020-02-27LSP/references: Add context to locations returned by serverMathias Fussenegger1
2020-02-27Add signs for Lsp diagnostics (#11668)Alvaro Muñoz1
2020-02-27LSP/hover: Do not throw away contents if first line is empty (#11939)Mathias Fußenegger1
2020-02-26add support to show diagnostics count in statusline (#11641)Alvaro Muñoz1
2020-02-26LSP: implement documentHighlight (#11638)Alvaro Muñoz1
2020-02-21lsp/completion: show duplicates in completion popup #11920Mathias Fußenegger1
2020-02-19lsp: make functions private and use filter functionHirokazu Hata1
2020-02-19lsp: respect the sort order if there is sortTextHirokazu Hata1
2020-02-19lsp: fix textDocument/completion handlingHirokazu Hata1
2020-02-10lsp: Support text edit on inactive buffer (#11843)Mathias Fußenegger1
2020-01-28LSP: show diagnostic in qf/loclist #11777Matthieu Coudron1
2020-01-08LSP: highlight groups test, docJustin M. Keyes1
2020-01-08LSP: differentiate diagnostic underline by severityAlvaro Muñoz1
2020-01-03LSP: place hover window by vertical space #11657Ville Hakulinen1
2019-12-20LSP: Improve the display of the default hover callback. (#11576)Ashkan Kiani1
2019-12-20LSP: fix omnifunc findstart (#11522)Mike Hartington1
2019-12-07LSP: Add jump when calling gotodef (#11521)Jakub Łuczyński1
2019-11-28lsp: allow the user to config LspDiagnosticError etc by standard meansBjörn Linse1
2019-11-26LSP: Move default buf callbacks to vim.lsp.callbacks (#11452)Ashkan Kiani1
2019-11-24Add support for textDocument/references.Ashkan Kiani1
2019-11-23UI tweaks.Ashkan Kiani1
2019-11-22Improve the character_offset code.Ashkan Kiani1
2019-11-22Improve performance of util.set_lines + bugfixAshkan Kiani1
2019-11-21Fix encoding translation in other places.Ashkan Kiani1
2019-11-21Fix position params for encoding.Ashkan Kiani1
2019-11-21Fix hovers staying on bufhiddenAshkan Kiani1
2019-11-21UpdatesAshkan Kiani1
2019-11-20Remove resolve_bufnr/lualintAshkan Kiani1
2019-11-20Add full text_edit implementation.Ashkan Kiani1
2019-11-20Extend list_extend to take start/finish.Ashkan Kiani1
2019-11-20Fix rename support.Ashkan Kiani1
2019-11-20Add everything to lsp.buf and get rid of autoload.Ashkan Kiani1
2019-11-20Bugfix for floating_previewAshkan Kiani1
2019-11-13lua LSP client: initial implementation (#11336)Ashkan Kiani1