summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp/buf.lua
AgeCommit message (Expand)AuthorFiles
2021-07-11fix(lsp): avoid ipairs on non-sequential tables (#15059)Michael Lingelbach1
2021-06-25fix(lsp): Set `dir` completion option for add_workspace_folderMathias Fussenegger1
2021-06-15fix(lsp): add bufnr to formatting requestsLukas Reineke1
2021-06-14docs(lsp): annotate call_hierarchy function as privatecbarrete1
2021-05-19lsp: handle unsupported call hierarchy callCédric Barreteau1
2021-05-02Synchronous formatting methods notify the user on timeout and interruptedKarim Abou Zeid1
2021-05-02Support multiple range formatting clientsKarim Abou Zeid1
2021-05-01Add formatting_seq_sync, change formatting and formatting_syncKarim Abou Zeid1
2021-02-24[LSP] Add in more docs for highlight groups with document_highlight() (#13614)Chris Kipp1
2020-12-09doc: Add missing parameter end_pos for range_formatting (#13481)Olivier Roques1
2020-12-08feat: Allow incremental sync & lsp flags (#13371)TJ DeVries1
2020-11-25LSP: Feature/add workspace folders (#12638)Michael Lingelbach1
2020-11-12lsp: vim.lsp.diagnostic (#12655)TJ DeVries1
2020-11-07lsp: fix formatting_sync with multiple clients (#13233)francisco souza1
2020-09-24lsp: Add vim.lsp.buf.range_code_action() (#12962)notomo1
2020-09-12lsp: fix lsp.buf.formatting_sync() null response (#12752)beardedsakimonkey1
2020-08-23Add docs for most vim.lsp methodsPatrice Peterson1
2020-07-19doc: Add documentation for some `vim.lsp.buf` functions (#12552)cbarrete1
2020-07-18lsp: Add support for call hierarchies (#12556)cbarrete1
2020-07-02doc: fix scripts and regenerate (#12506)TJ DeVries1
2020-06-27LSP: Set current name as default rename text (#12553)cbarrete1
2020-06-22lsp: Add sync variant of LSP formattingDavid Lukes1
2020-05-16LSP: Add textDocument/codeAction support (#11607)Jesse1
2020-05-02lsp: add workspace/symbol (#12224)Christian Clason1
2020-04-25LSP: remove obsolete "peek definition" code #12178Thore Weilbier1
2020-02-28lsp: add bufnr to callback function argumentsHirokazu Hata1
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-10LSP: Refine formatting tabSize #11834Jesse-Bakker1
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-21Fix encoding translation in other places.Ashkan Kiani1
2019-11-21Fix position params for encoding.Ashkan Kiani1
2019-11-21Account for character length in jump position.Ashkan Kiani1
2019-11-21UpdatesAshkan 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 Kiani1
2019-11-20Satisfy lualint.Ashkan Kiani1
2019-11-20Fix rename support.Ashkan Kiani1
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 Kiani1
2019-11-20Add everything to lsp.buf and get rid of autoload.Ashkan Kiani1
2019-11-20Add lsp.buf and hover implementation.Ashkan Kiani1