summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp
AgeCommit message (Expand)AuthorFiles
2020-02-28lsp: add bufnr to callback function argumentsHirokazu Hata1
2020-02-27Use buffer version instead of changedtick for editsJesse Bakker1
2020-02-27LSP: Remove diagnostic message handling in locations_to_itemsMathias Fussenegger2
2020-02-27LSP/references: Add context to locations returned by serverMathias Fussenegger1
2020-02-27Add signs for Lsp diagnostics (#11668)Alvaro Muñoz2
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ñoz3
2020-02-26LSP: implement documentHighlight (#11638)Alvaro Muñoz3
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 Hata2
2020-02-16lsp/rpc.lua: fix `env` application functionJustin M. Keyes1
2020-02-10LSP: Refine formatting tabSize #11834Jesse-Bakker1
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-31gen_vimdoc.py: generate LSP docsJustin M. Keyes2
2019-12-24LSP: Handle rpc RequestCancelled specifically. (#11606)Ashkan Kiani1
2019-12-20LSP: Use async completion for omnifunc. (#11578)Ashkan Kiani1
2019-12-20LSP: Improve the display of the default hover callback. (#11576)Ashkan Kiani2
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 Kiani4
2019-11-24Add support for textDocument/references.Ashkan Kiani3
2019-11-23UI tweaks.Ashkan Kiani2
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 Kiani2
2019-11-21Fix position params for encoding.Ashkan Kiani3
2019-11-21Account for character length in jump position.Ashkan Kiani1
2019-11-21Fix hovers staying on bufhiddenAshkan Kiani1
2019-11-21UpdatesAshkan Kiani2
2019-11-20Remove resolve_bufnr/lualintAshkan Kiani1
2019-11-20Use the apply_text_edits from util.Ashkan Kiani1
2019-11-20Fix reference in rename.Ashkan Kiani1
2019-11-20Add full text_edit implementation.Ashkan Kiani3
2019-11-20Extend list_extend to take start/finish.Ashkan Kiani2
2019-11-20Use err_message in default_callbacksAshkan Kiani1
2019-11-20Satisfy lualint.Ashkan Kiani1
2019-11-20Fix rename support.Ashkan Kiani2
2019-11-20Spaces not tabs.Ashkan Kiani1
2019-11-20Change error writer to not be annoying.Ashkan Kiani1
2019-11-20Move everything to buf & default_callbacksAshkan Kiani4
2019-11-20Add everything to lsp.buf and get rid of autoload.Ashkan Kiani2
2019-11-20Add lsp.buf and hover implementation.Ashkan Kiani1
2019-11-20Bugfix. Don't use nvim.lua that doesn't exist :)Ashkan Kiani1