summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp.lua
AgeCommit message (Expand)AuthorFiles
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
2021-12-07refactor(lsp): remove usage of deprecated function (#16539)Gregory Anders1
2021-12-05docs(lsp): re-add client.requests documentation (#16530)Anshuman Medhi1
2021-11-30docs(lsp): add annotations for private functionsGregory Anders1
2021-11-27chore: fix typos (#16361)dundargoc1
2021-11-26fix(lsp): send textDocument/didChange for each buffer (#16431)Michael Lingelbach1
2021-11-25feat(lsp): use uv_spawn to check if server executable (#16430)Michael Lingelbach1
2021-11-22fix(lsp): avoid indexing vim.NIL for null workspaceFolders (#16404)Michael Lingelbach1
2021-11-21fix(lsp): send buffer contents joined on fileformat-specific linebreak (#16334)Dmytro Meleshko1
2021-11-21chore(lsp): clean up initialization process (#16369)Michael Lingelbach1
2021-11-18docs: mark tagfunc.lua methods as privateGregory Anders1
2021-11-18feat(lsp): add tagfunc (#16103)Michael Lingelbach1
2021-11-14fix(lsp): ensure buffers are re-attached on rename (#16266)Mathias Fußenegger1
2021-11-09fix(lsp): rewrite incremental sync (#16252)Michael Lingelbach1
2021-11-02docs(lsp): correct usage examples of formatexpr (#16216)Michael Lingelbach1
2021-11-01feat(lsp): add per-client commands (#16101)Michael Lingelbach1
2021-10-31fix(lsp): don't update active_clients on exit_timeout (#16192)David Hotham1
2021-10-31feat(lsp): add formatexpr (#16186)Michael Lingelbach1
2021-10-31fix(lsp): add placeholder cancel function (#16189)Michael Lingelbach1
2021-10-29feat(lsp): track pending+cancel requests on client object #15949jdrouhard1
2021-10-21feat(lsp): add exit_timeout flag (#16070)Michael Lingelbach1
2021-10-20fix(lsp): avoid duplicates in client attached buffers (#16099)Michael Lingelbach1
2021-10-19fix(gen_vimdoc.py): spacing around inline elements #16092Gregory Anders1
2021-10-11fix(lsp): maintain client_ids table structure when filtering (#15991)Jose Alvarez1
2021-10-10fix(lsp): do not invoke handlers for unsupported methods (#15926)Michael Lingelbach1
2021-10-08fix(lsp): add textDocument/prepareRename to capability map (#15961)francisco souza1
2021-10-08feat(lsp): utilize textEdit.range for startbyte in omnifunc (#15957)Mathias Fußenegger1
2021-09-26feat(lsp): use cjson for lsp rpc (#15759)Michael Lingelbach1
2021-09-20feat(lsp): add a registry for client side code action commandsMathias Fussenegger1
2021-09-20feat(lsp): include original request params in handler ctxMathias Fussenegger1
2021-09-16Merge #15585 refactor: move vim.lsp.diagnostic to vim.diagnosticJustin M. Keyes1
2021-09-15refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders1
2021-09-15feat(lsp): improve logging (#15636)Michael Lingelbach1
2021-09-05Merge pull request #15504 from mjlbach/feat/change-handler-signatureMichael Lingelbach1
2021-09-05feat(lsp)!: change handler signatureMichael Lingelbach1
2021-08-30fix(lsp): resolve bufnr in buf_is_attached (#15523)Jose Alvarez1
2021-08-28fix(lsp): check if buffer is valid in changetracking (#15505)Jose Alvarez1
2021-08-22docs: make Lua docstrings consistent #15255Gregory Anders1
2021-08-19feat(lsp): allow root_dir to be nil (#15430)Mathias Fußenegger1
2021-08-16docs(lsp): prevent internal comments from showing as vim.lsp.init docsMathias Fussenegger1
2021-07-29feat(lsp): implement vim.lsp.diagnostic.redraw() (#15203)Gregory Anders1
2021-07-20lsp(start_client): Allow passing custom workspaceFolders to the LSP (#15132)sim1
2021-06-14feat(lsp): Add codelens supportMathias Fussenegger1
2021-06-01fix(lsp): check mode in omnifunc callbackJose Alvarez1