summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp
AgeCommit message (Expand)AuthorFiles
2021-06-01fix(lsp): properly handle border character list without highlight groups. Fix...Folke Lemaitre1
2021-05-31Merge pull request #14635 from folke/lsp_get_linesMichael Lingelbach1
2021-05-29refactor(lsp): consolidate the different floating window methods into open_fl...Folke Lemaitre3
2021-05-26lsp: Ensure floating markdown buffers are deleted on hideMathias Fussenegger1
2021-05-25perf(lsp): get all lines from a file in one goFolke Lemaitre1
2021-05-23lsp: Only mute RequestCancelled or ContentModified, but not other errorsMathias Fussenegger1
2021-05-22Merge pull request #14615 from folke/faster_locations_to_itemsMichael Lingelbach1
2021-05-22perf(lsp): locations_to_items use libuv for unloaded buffers to get lineFolke Lemaitre1
2021-05-22Merge pull request #14269 from fdschmidt93/fix/document_symbol_rangeMichael Lingelbach1
2021-05-22Merge pull request #14603 from folke/format_on_saveMichael Lingelbach1
2021-05-21feat(lsp): use fancy_floating_markdown for signature_helpFolke Lemaitre2
2021-05-21fix(lsp): clear current_syntax before formatting fancy markdown regionFolke Lemaitre1
2021-05-21fix(lsp): preview_location options and syntax fallbackFolke Lemaitre1
2021-05-21fix(lsp): allow apply_text_edits and set_lines to insert text after the last ...Folke Lemaitre1
2021-05-21feat(lsp): lsp.util.fancy_floating_markdown improvementsFolke Lemaitre1
2021-05-19Merge pull request #14563 from mjlbach/fix_intelephense_langserverMichael Lingelbach1
2021-05-19Merge pull request #14589 from mhinz/revert-smarter-tagstackMarco Hinz1
2021-05-19lsp: handle unsupported call hierarchy callCédric Barreteau1
2021-05-19Revert "lsp: make tagstack smarter motion-wise (#12262)"Marco Hinz1
2021-05-19Revert "lsp: fix regression in jump_to_location() (#14446)"Marco Hinz1
2021-05-16lsp: handle case where CompletionItem.insertTextFormat is nilMichael Lingelbach1
2021-05-14lsp: Fix range end offset off by one characterMickaël Menu1
2021-05-02Merge pull request #14334 from DarwinSenior/vim.logMichael Lingelbach1
2021-05-02Merge pull request #14462 from kabouzeid/feature/formatting_seq_syncMichael Lingelbach1
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-05-01lsp: fix regression in jump_to_location() (#14446)francisco souza1
2021-04-30lsp: Allow decoded.result to be `false`Mathias Fussenegger1
2021-04-23lsp: make tagstack smarter motion-wise (#12262)Gabriel Sanches1
2021-04-23lsp: check if config is nilMarco Hinz1
2021-04-23lsp: sort diagnostics by severity (#14372)Marco Hinz1
2021-04-16lsp: deep copy vim.lsp.log when reloadingDingcheng Yue1
2021-04-14lsp: Remove vim.NIL handling from apply_text_document_editMathias Fussenegger1
2021-04-14lsp: Accept text document edits with version zeroMathias Fussenegger1
2021-04-14lsp: fix _make_floating_popup_size when wrap_at is nil (#14359)Michael Lingelbach1
2021-04-14lsp: fix off-by-one in line diagnostic highlightingMarco Hinz1
2021-04-12lsp: correct float placement when using bordersMarco Hinz1
2021-04-12lsp: make sure borders are always inside of the screenMarco Hinz1
2021-04-07Merge pull request #14309 from mjlbach/feature/hover_return_win_bufMichael Lingelbach1
2021-04-07lsp: hover window should return buf/winnr from focusable floatMichael Lingelbach1
2021-04-06lsp: update documentation on window bordersMichael Lingelbach1
2021-04-06feat(lsp): make hover/signature_help borders configurableelianiva3
2021-04-05lsp: floating window improvements (#14207)Michael Lingelbach2
2021-04-01lsp: allow launching language servers with uv_spawn using cwd argMichael Lingelbach1
2021-04-01fix: selectionrange over range for document symbolsFabian David Schmidt1
2021-03-30lsp: use utf-8 when utf-16 not requestedMichael Lingelbach1
2021-03-28lsp: fix utf-16 ranges to use second return value for incremental syncMichael Lingelbach1
2021-03-27Merge pull request #14231 from mjlbach/fix_utf16_rangesMichael Lingelbach1
2021-03-27lsp: fix utf16 ranges for incremental syncMichael Lingelbach1