summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp/util.lua
AgeCommit message (Expand)AuthorFiles
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-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-01lsp: fix regression in jump_to_location() (#14446)francisco souza1
2021-04-23lsp: make tagstack smarter motion-wise (#12262)Gabriel Sanches1
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-12lsp: correct float placement when using bordersMarco Hinz1
2021-04-12lsp: make sure borders are always inside of the screenMarco Hinz1
2021-04-06feat(lsp): make hover/signature_help borders configurableelianiva1
2021-04-05lsp: floating window improvements (#14207)Michael 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-27lsp: fix utf16 ranges for incremental syncMichael Lingelbach1
2021-03-21runtime/lua/vim/lsp: check emptyness in get_completion_wordVincent Rischmann1
2021-03-19lsp: set syntax instead of filetype for preview location highlightingMichael Lingelbach1
2021-03-18lsp: Add support for delete workspaceEdit resource operationMathias Fussenegger1
2021-03-18lsp: Add support for create workspaceEdit resource operationMathias Fussenegger1
2021-03-18lsp: Add support for file rename via workspaceEditMathias Fussenegger1
2021-03-10lsp: fix highlighting for lsp markdown code blocksMichael Lingelbach1
2021-03-10Merge pull request #14073 from mjlbach/feature/syntax_highlight_ruleMichael Lingelbach1
2021-03-09lsp: add custom syntax rules for lsp floating windowMichael Lingelbach1
2021-03-09lsp: add incremental text synchronizationMichael Lingelbach1
2021-02-23lsp: remove deprecated references to 'callbacks' (#13945)Matthieu Coudron1
2021-02-19lsp: Fix text edits operating on the last line of a document (#13677)Mathias Fußenegger1
2021-02-04lsp: Fix pumvisible() check introduced in #12900 (#13866)runiq1
2021-01-11fix(lsp): Allow subsequent text document edits to pass (#13534)TJ DeVries1
2021-01-01LSP: Add helper function from accessing language server settings from nvim-ls...Michael Lingelbach1
2020-12-20lsp: add $/progress report (#13294)Matthieu Coudron1
2020-12-09doc: Fix incorrect LSP diagnostic-related helptags (#13388)Kevin Fleming1
2020-12-08feat: Allow incremental sync & lsp flags (#13371)TJ DeVries1
2020-12-03lsp: Make open_floating_preview buffers ephemeral (#13437)runiq1
2020-11-25LSP: Feature/add workspace folders (#12638)Michael Lingelbach1
2020-11-12lsp: vim.lsp.diagnostic (#12655)TJ DeVries1
2020-11-02lsp: remove vim.NIL from processing (#13174)TJ DeVries1
2020-10-27lsp: Fix case where active_signature == vim.NIL (#13114)Michael Lingelbach1
2020-10-04Opts.wrap_at is sometimes a bool, ensure it falls back to a valid number in t...Tony Kuneck1
2020-09-30LSP: Fix separator width on hover (fixes #13006, #12998) (#13007)Christian Clason1
2020-09-24lsp: Add vim.lsp.buf.range_code_action() (#12962)notomo1
2020-09-14lsp: fix failed switch window error (#12900)Raphael1
2020-09-12lsp: Fix parameter markdown rendering for signature help (#12832)Xuyuan Pang1
2020-09-01lsp/make_position_param(): handle empty buffer #12825Gıyaseddin Tanrıkulu1
2020-08-30lsp: Fix bad sortText comparison (#12485)Anmol Sethi1
2020-08-23Add FIXMEsPatrice Peterson1
2020-08-23Add docs for most vim.lsp methodsPatrice Peterson1