aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp.lua
Commit message (Expand)AuthorAge
* docs: fix typos (#18269)dundargoc2022-06-04
* feat(lsp): send didChangeConfiguration after init (#18847)Mathias Fußenegger2022-06-03
* feat(lsp): add a start function (#18631)Mathias Fußenegger2022-06-03
* refactor(lsp): remove redundant client cleanup (#18744)Gregory Anders2022-05-25
* feat(lsp): add filter to vim.lsp.get_active_clients()Gregory Anders2022-05-18
* feat(lsp): add LspAttach and LspDetach autocommandsGregory Anders2022-05-18
* chore: format runtime with styluaChristian Clason2022-05-09
* fix(lsp): detach spawned LSP server processes (#18477)Gregory Anders2022-05-08
* feat(lsp): add logging level "OFF" (#18379)ii142022-05-03
* fix(lsp): fix infinite loop in resolved_capabilities deprecation message (#18...ii142022-04-30
* fix(lsp): handle textDocumentSync.save bool capability (#18332)Mathias Fußenegger2022-04-30
* chore(lsp): remove capabilities sanitization (#17814)Michael Lingelbach2022-04-30
* fix(lsp): pass offset_encoding in formatexpr() (#18084)Tony Fettes2022-04-11
* chore: fix typos (#17670)dundargoc2022-03-17
* fix(lsp): correct prefix when filterText is present (#17051)Lajos Koszti2022-02-11
* perf(lsp): request only changed portions of the buffer in changetracking (#17...Michael Lingelbach2022-01-17
* refactor(lsp): debounce timer per buf and unify with non-debounce (#17016)Mathias Fußenegger2022-01-11
* fix(lsp): ensure pending changes are flushed on skipped debounce (#17015)Mathias Fußenegger2022-01-10
* feat(lsp): skip or reduce debounce after idle (#16881)Mathias Fußenegger2022-01-07
* feat(lsp): enable default debounce of 150 ms (#16908)Michael Lingelbach2022-01-05
* chore: fix typos (#16816)dundargoc2022-01-04
* fix(lsp): explicitly pass bufnr in didSave handler (#16906)Michael Lingelbach2022-01-03
* chore: fix typos (#16506)dundargoc2021-12-28
* feat(lsp): add buf_detach_client (#16250)Michael Lingelbach2021-12-21
* fix(lsp): avoid attaching to unloaded buffers (#16723)Michael Lingelbach2021-12-19
* fix(lsp): call config on_exit handler before context is cleared (#16638)Gregory Anders2021-12-17
* fix(lsp): create lsp requests with position offsets considering client encodi...Rishikesh Vaishnav2021-12-10
* refactor(lsp): remove usage of deprecated function (#16539)Gregory Anders2021-12-07
* docs(lsp): re-add client.requests documentation (#16530)Anshuman Medhi2021-12-05
* docs(lsp): add annotations for private functionsGregory Anders2021-11-30
* chore: fix typos (#16361)dundargoc2021-11-27
* fix(lsp): send textDocument/didChange for each buffer (#16431)Michael Lingelbach2021-11-26
* feat(lsp): use uv_spawn to check if server executable (#16430)Michael Lingelbach2021-11-25
* fix(lsp): avoid indexing vim.NIL for null workspaceFolders (#16404)Michael Lingelbach2021-11-22
* fix(lsp): send buffer contents joined on fileformat-specific linebreak (#16334)Dmytro Meleshko2021-11-21
* chore(lsp): clean up initialization process (#16369)Michael Lingelbach2021-11-21
* docs: mark tagfunc.lua methods as privateGregory Anders2021-11-18
* feat(lsp): add tagfunc (#16103)Michael Lingelbach2021-11-18
* fix(lsp): ensure buffers are re-attached on rename (#16266)Mathias Fußenegger2021-11-14
* fix(lsp): rewrite incremental sync (#16252)Michael Lingelbach2021-11-09
* docs(lsp): correct usage examples of formatexpr (#16216)Michael Lingelbach2021-11-02
* feat(lsp): add per-client commands (#16101)Michael Lingelbach2021-11-01
* fix(lsp): don't update active_clients on exit_timeout (#16192)David Hotham2021-10-31
* feat(lsp): add formatexpr (#16186)Michael Lingelbach2021-10-31
* fix(lsp): add placeholder cancel function (#16189)Michael Lingelbach2021-10-31
* feat(lsp): track pending+cancel requests on client object #15949jdrouhard2021-10-29
* feat(lsp): add exit_timeout flag (#16070)Michael Lingelbach2021-10-21
* fix(lsp): avoid duplicates in client attached buffers (#16099)Michael Lingelbach2021-10-20
* fix(gen_vimdoc.py): spacing around inline elements #16092Gregory Anders2021-10-19
* fix(lsp): maintain client_ids table structure when filtering (#15991)Jose Alvarez2021-10-11