summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp
AgeCommit message (Expand)AuthorFiles
2020-12-03lsp: Change diagnosticg.get_all to return {bufnr: Diagnostic[]} (#13310)Mathias Fußenegger1
2020-12-03lsp: Make open_floating_preview buffers ephemeral (#13437)runiq1
2020-11-29lsp: Reduce memory usage for buffering the message from LSP.Yuki Ito1
2020-11-26use if_nil variable replace vim.F.if_nilRaphael1
2020-11-25Lsp: fix vim.F.ifnil to vim.F.if_nil (#13384)Raphael1
2020-11-25LSP: Feature/add workspace folders (#12638)Michael Lingelbach3
2020-11-14lsp: Expose all diagnostics (#13285)Mathias Fußenegger1
2020-11-13doc: fixup sign information (#13281)TJ DeVries1
2020-11-12lsp: vim.lsp.diagnostic (#12655)TJ DeVries7
2020-11-07lsp: fix formatting_sync with multiple clients (#13233)francisco souza1
2020-11-02lsp: remove vim.NIL from processing (#13174)TJ DeVries2
2020-11-01lsp: complete support for `CodeActionKind`s to capabilities (#13180)Jesse1
2020-10-30lsp: Remove snippet lies (#13183)TJ DeVries1
2020-10-27lsp: Fix case where active_signature == vim.NIL (#13114)Michael Lingelbach1
2020-10-25lsp: Store diagnostics for unloaded buffers (#13102)Mathias Fußenegger1
2020-10-25lsp: only send buf requests to servers that support the request (#12764)francisco souza1
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)notomo2
2020-09-22lsp: Handle ContentModified the same way as RequestCancelled (#12803)Rasmus Ishøy Michelsen1
2020-09-18lsp: remove popup No signature available. (#12915)Raphael1
2020-09-14lsp: fix failed switch window error (#12900)Raphael1
2020-09-12lsp: fix lsp.buf.formatting_sync() null response (#12752)beardedsakimonkey1
2020-09-12lsp: Fix parameter markdown rendering for signature help (#12832)Xuyuan Pang1
2020-09-01Merge #12468 'lsp: logging'Justin M. Keyes1
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-26lsp: remove output log at rpc.notifyHirokazu Hata1
2020-08-23Add FIXMEsPatrice Peterson4
2020-08-23Add docs for most vim.lsp methodsPatrice Peterson6
2020-08-08Remove unused function (#12719)Patrice Peterson1
2020-07-30Revert "lsp: Fix text edits with the same start position (#12434)" (#12564)Andreas Johansson1
2020-07-20Make the window `nomodifiable` when it's createdCédric Barreteau1
2020-07-20LSP: make the hover window nomodifiableCédric Barreteau1
2020-07-19doc: Add documentation for some `vim.lsp.buf` functions (#12552)cbarrete1
2020-07-18lsp: Add support for call hierarchies (#12556)cbarrete3
2020-07-05lsp: add optional vertical padding, maximal size to floats (#12444)Christian Clason1
2020-07-02doc: fix scripts and regenerate (#12506)TJ DeVries3
2020-06-30lsp: Use nvim_buf_get_lines in locations_to_items and add more tests (#12357)Mathias Fußenegger1
2020-06-27LSP: Set current name as default rename text (#12553)cbarrete1
2020-06-27Merge pull request #12252 from dlukes/formatting-syncHirokazu Hata2
2020-06-23lsp: when apply text edits, set buflisted on buffers (#12489)francisco souza1
2020-06-22lsp: Add sync variant of LSP formattingDavid Lukes2
2020-06-18lsp: Add new highlight groups used in show_line_diagnostics (#12473)francisco souza1
2020-06-14lsp: Fix text edits with the same start position (#12434)Andreas Johansson1
2020-06-12lsp: Add `BufLeave` to `close_preview_autocmd` function call (#12477)Dheepak Krishnamurthy1
2020-06-11lsp: Fix #12449 textDocumentSync.save can be boolean. Access textDocumentSync...Stephan Seitz1
2020-06-04lsp: do not process diagnostics for unloaded buffers (#12440)TJ DeVries1
2020-06-04lsp: compute height of floating preview correctly for wrapped lines (#12380)Christian Clason1
2020-06-04lsp: Add check for `declaration` and `typeDefinition` support in vim lsp serv...Dheepak Krishnamurthy1