aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp.lua
Commit message (Expand)AuthorAge
* 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
* fix(lsp): do not invoke handlers for unsupported methods (#15926)Michael Lingelbach2021-10-10
* fix(lsp): add textDocument/prepareRename to capability map (#15961)francisco souza2021-10-08
* feat(lsp): utilize textEdit.range for startbyte in omnifunc (#15957)Mathias Fußenegger2021-10-08
* feat(lsp): use cjson for lsp rpc (#15759)Michael Lingelbach2021-09-26
* feat(lsp): add a registry for client side code action commandsMathias Fussenegger2021-09-20
* feat(lsp): include original request params in handler ctxMathias Fussenegger2021-09-20
* Merge #15585 refactor: move vim.lsp.diagnostic to vim.diagnosticJustin M. Keyes2021-09-16
|\
| * refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders2021-09-15
* | feat(lsp): improve logging (#15636)Michael Lingelbach2021-09-15
|/
* Merge pull request #15504 from mjlbach/feat/change-handler-signatureMichael Lingelbach2021-09-05
|\
| * feat(lsp)!: change handler signatureMichael Lingelbach2021-09-05
* | fix(lsp): resolve bufnr in buf_is_attached (#15523)Jose Alvarez2021-08-30
* | fix(lsp): check if buffer is valid in changetracking (#15505)Jose Alvarez2021-08-28
|/
* docs: make Lua docstrings consistent #15255Gregory Anders2021-08-22
* feat(lsp): allow root_dir to be nil (#15430)Mathias Fußenegger2021-08-19
* docs(lsp): prevent internal comments from showing as vim.lsp.init docsMathias Fussenegger2021-08-16
* feat(lsp): implement vim.lsp.diagnostic.redraw() (#15203)Gregory Anders2021-07-29
* lsp(start_client): Allow passing custom workspaceFolders to the LSP (#15132)sim2021-07-20
* feat(lsp): Add codelens supportMathias Fussenegger2021-06-14
* fix(lsp): check mode in omnifunc callbackJose Alvarez2021-06-01
* Increase default LSP sync timeout to 1000msKarim Abou Zeid2021-05-02
* Add client.request_sync docKarim Abou Zeid2021-05-02
* doc clarificationKarim Abou Zeid2021-05-02
* Add formatting_seq_sync, change formatting and formatting_syncKarim Abou Zeid2021-05-01
* Merge pull request #14429 from ckipp01/forceMichael Lingelbach2021-04-23
|\
| * Don't automatically force shutdown on second restart.ckipp012021-04-23