summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp
AgeCommit message (Expand)AuthorFiles
2021-11-29fix(lsp): do not attempt to index nil client in progress handler (#16463)Michael Lingelbach1
2021-11-28feat(diagnostic): use `scope = 'line'` by default for `open_float()` (#16456)cbarrete1
2021-11-27chore: fix typos (#16361)dundargoc4
2021-11-26fix(lsp): require bufnr for apply_text_edits (#16444)Michael Lingelbach2
2021-11-25feat(diagnostic)!: make DiagnosticChanged a first class autocmd (#16098)Gregory Anders1
2021-11-25feat(lsp): use uv_spawn to check if server executable (#16430)Michael Lingelbach1
2021-11-24perf(lsp)!: use faster line retrieval for utf-16 to byte idx conversion (#16360)Mathias Fußenegger1
2021-11-24fix(ui): use nowait for q mapping in floating window (#16427)ii141
2021-11-22fix(lsp): avoid indexing vim.NIL for null workspaceFolders (#16404)Michael Lingelbach1
2021-11-19fix(diagnostic): deepcopy diagnostics before clamping line numbersGregory Anders1
2021-11-18fix(lsp): improve incremental sync robustness (#16358)Michael Lingelbach1
2021-11-18docs: mark tagfunc.lua methods as privateGregory Anders1
2021-11-18feat(lsp): add tagfunc (#16103)Michael Lingelbach1
2021-11-17fix(lsp): change signature of buf_highlight_references (#16345)Michael Lingelbach2
2021-11-15fix(lsp): fix edge cases in incremental sync (#16308)Michael Lingelbach1
2021-11-14fix(lsp): ensure buffers are re-attached on rename (#16266)Mathias Fußenegger1
2021-11-11fix(lsp): gracefully handle nil workspaceFolders (#16284)Michael Lingelbach1
2021-11-09fix(lsp): rewrite incremental sync (#16252)Michael Lingelbach2
2021-11-09fix(lsp): do not index nil client in progress (#16262)Michael Lingelbach1
2021-11-07feat(ui): add vim.ui.input and use in lsp rename (#15959)Sebastian Lyng Johansen1
2021-11-06fix(lsp): convert range to byte index before highlighting (#16218)elianiva2
2021-11-05fix(diagnostic): handle an unknown or missing client (#16242)Gregory Anders1
2021-11-01fix(lsp): pass the enriched ctx to the client-side command (#16201)Nghia Le Minh1
2021-11-01feat(lsp): add per-client commands (#16101)Michael Lingelbach2
2021-10-31feat(ui): add `opt.kind` to `vim.ui.select` (#15838)Zachary Churchill1
2021-10-31fix(lsp): improve symbols_to_items performance (#16197)Michael Lingelbach1
2021-10-31fix(lsp): default to UTF-16 when lsp client using str_utfindexblack_desk1
2021-10-31fix(lsp): default to UTF-16 in make_position_paramsblack_desk1
2021-10-30feat(lsp): default to botright for setting qflist (#16177)Michael Lingelbach1
2021-10-29refactor(diagnostic): make display handlers generic (#16137)Gregory Anders1
2021-10-29feat(lsp): track pending+cancel requests on client object #15949jdrouhard1
2021-10-21fix(lsp): cleanup progress messages for the correct client (#16110)Folke Lemaitre1
2021-10-20fix(lsp): adjust legacy show diagnostic functions to use correct scope (#16106)Mathias Fußenegger1
2021-10-19refactor(diagnostic)!: replace 'show_*' functions with 'open_float' (#16057)Gregory Anders1
2021-10-19feat(lsp): set codelens virtual text hl_mode to combine (#16048)sim1
2021-10-18feat(lsp): use vim.ui.select() in codelenses (#16004)Josa Gesell1
2021-10-18fix(lsp): fix cursor row after textEdits (#16038)hrsh7th1
2021-10-18fix(lsp): persist diagnostic config for clientsGregory Anders1
2021-10-10fix(lsp): add done flag to messages returned in util.get_progress_messages() ...jdrouhard1
2021-10-08fix(lsp): expose ContentModified error code to callbacks (#15262)Rishikesh Vaishnav1
2021-10-05feat(lsp): improve json deserialization performance (#15854)Michael Lingelbach1
2021-10-05fix(healthcheck): update builtins to the new convention #15914Javier Lopez1
2021-10-02docs(lsp): clarify parameters of some util functions (#15851)zeertzjq1
2021-10-02fix(float)!: always anchor to corner of window including border #15832zeertzjq1
2021-09-28feat(lsp): add codeAction/resolve support (#15818)Mathias Fußenegger3
2021-09-28feat(lsp): add client command support to codelens (#15820)Mathias Fußenegger1
2021-09-28refactor(lsp): remove json encode/decode wrappers (#15826)Mathias Fußenegger1
2021-09-27fix(ui): s/format_entry/format_item to match docs (#15819)Mathias Fußenegger1
2021-09-27feat(ui): add vim.ui.select and use in code actions (#15771)Mathias Fußenegger1
2021-09-27fix(lsp): avoid serializing boolean as key (#15810)Michael Lingelbach1