summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp.lua
AgeCommit message (Expand)AuthorFiles
2022-12-31[Backport release-0.8] fix(lsp): check active_clients table length first (#21...github-actions[bot]1
2022-10-19[Backport release-0.8] docs: fix/remove invalid URLs (#20735)github-actions[bot]1
2022-09-25fix(docs): invalid :help links #20345Justin M. Keyes1
2022-09-10fix(lsp): schedule removal of client object (#20148)Gregory Anders1
2022-09-08fix(lsp): when buffer detach remove buffer from client attached buffers (#20081)Raphael1
2022-08-28feat(lsp): add tcp supportMathias Fussenegger1
2022-08-28refactor(lsp): encapsulate rpc uv handleMathias Fussenegger1
2022-08-18docs(lsp): remove lsp.buf_request from docs (#19738)Mathias Fußenegger1
2022-08-12fix(lsp): fix nil value error in get_group (#19735)Mathias Fußenegger1
2022-08-11fix(lsp): handle nil client in onexit callback (#19722)Mathias Fußenegger1
2022-08-09fix(lsp): handle multiple clients with incremental sync (#19658)Mathias Fußenegger1
2022-08-08feat(lsp): set formatexpr by default (#19677)Mathias Fußenegger1
2022-08-08fix(lsp): set end_col in formatexpr (#19676)Mathias Fußenegger1
2022-08-08feat(lsp): disable exit_timeout by default (#19672)Mathias Fußenegger1
2022-08-01fix(lsp): send didOpen if name changes on write (#19583)Mathias Fußenegger1
2022-07-17refactor(lsp): use autocmd api (#19407)ii141
2022-07-15refactor: use `local api = vim.api`ii141
2022-07-15refactor(lsp): make the use of local aliases more consistentii141
2022-07-12fix(lsp): account for initializing servers in vim.lsp.start (#19329)Nicolas Hillegeer1
2022-07-11fix(lsp): don't attach a client in lsp.start() if there is none (#19328)Nicolas Hillegeer1
2022-07-11fix(lsp): abort pending changes after flush when debouncing (#19314)Rishikesh Vaishnav1
2022-07-10feat(lsp): defaults: tagfunc, omnifunc (#19003)Mathias Fußenegger1
2022-07-07refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason1
2022-06-04docs: fix typos (#18269)dundargoc1
2022-06-03feat(lsp): send didChangeConfiguration after init (#18847)Mathias Fußenegger1
2022-06-03feat(lsp): add a start function (#18631)Mathias Fußenegger1
2022-05-25refactor(lsp): remove redundant client cleanup (#18744)Gregory Anders1
2022-05-18feat(lsp): add filter to vim.lsp.get_active_clients()Gregory Anders1
2022-05-18feat(lsp): add LspAttach and LspDetach autocommandsGregory Anders1
2022-05-09chore: format runtime with styluaChristian Clason1
2022-05-08fix(lsp): detach spawned LSP server processes (#18477)Gregory Anders1
2022-05-03feat(lsp): add logging level "OFF" (#18379)ii141
2022-04-30fix(lsp): fix infinite loop in resolved_capabilities deprecation message (#18...ii141
2022-04-30fix(lsp): handle textDocumentSync.save bool capability (#18332)Mathias Fußenegger1
2022-04-30chore(lsp): remove capabilities sanitization (#17814)Michael Lingelbach1
2022-04-11fix(lsp): pass offset_encoding in formatexpr() (#18084)Tony Fettes1
2022-03-17chore: fix typos (#17670)dundargoc1
2022-02-11fix(lsp): correct prefix when filterText is present (#17051)Lajos Koszti1
2022-01-17perf(lsp): request only changed portions of the buffer in changetracking (#17...Michael Lingelbach1
2022-01-11refactor(lsp): debounce timer per buf and unify with non-debounce (#17016)Mathias Fußenegger1
2022-01-10fix(lsp): ensure pending changes are flushed on skipped debounce (#17015)Mathias Fußenegger1
2022-01-07feat(lsp): skip or reduce debounce after idle (#16881)Mathias Fußenegger1
2022-01-05feat(lsp): enable default debounce of 150 ms (#16908)Michael Lingelbach1
2022-01-04chore: fix typos (#16816)dundargoc1
2022-01-03fix(lsp): explicitly pass bufnr in didSave handler (#16906)Michael Lingelbach1
2021-12-28chore: fix typos (#16506)dundargoc1
2021-12-21feat(lsp): add buf_detach_client (#16250)Michael Lingelbach1
2021-12-19fix(lsp): avoid attaching to unloaded buffers (#16723)Michael Lingelbach1
2021-12-17fix(lsp): call config on_exit handler before context is cleared (#16638)Gregory Anders1
2021-12-10fix(lsp): create lsp requests with position offsets considering client encodi...Rishikesh Vaishnav1