aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp
Commit message (Expand)AuthorAge
* fix(lsp): fix attempt to call non existent function (#24212)Sanchayan Maity2023-06-30
* feat(lsp): move inlay_hint() to vim.lsp (#24130)Mathias Fußenegger2023-06-30
* fix(lsp): inlay_hint nil reference error #24202Chinmay Dalal2023-06-29
* Merge #24116 from justinmk/docJustin M. Keyes2023-06-25
|\
| * fix(docs): vimdoc syntax errorsJustin M. Keyes2023-06-25
* | fix(lsp): error in reset_timer on second detach #24117Chinmay Dalal2023-06-23
* | fix(lsp): reapplying already-applied hints #24114Chinmay Dalal2023-06-23
|/
* feat(lsp): opt-in to dynamicRegistration for inlay hints (#24102)Mathias Fußenegger2023-06-22
* test: spellcheck :help (vimdoc) files #24109Justin M. Keyes2023-06-22
* fix(lsp): add spacing for inlay hints separately #24079Akin2023-06-21
* fix(lsp): check if inlay hints are enabled for a buffer before disabling (#24...Chinmay Dalal2023-06-20
* refactor(lsp): extract common execute command functionality (#24065)Mathias Fußenegger2023-06-20
* fix(lsp): duplicate on_detach, on_reload callbacks #24067Chinmay Dalal2023-06-20
* feat(lsp): inlay hints #23984Chinmay Dalal2023-06-19
* fix(lsp): allow Lua pattern chars in code action filter (#24041)Jonas Strittmatter2023-06-17
* perf(lsp): reduce polling handles for workspace/didChangeWatchedFiles (#23500)Jon Huhn2023-06-14
* fix(codelens): add buffer and line checks before displaying codelens (#23887)Rohit Sukumaran2023-06-13
* feat(lsp): add handlers for inlay hints (#23736)Chinmay Dalal2023-06-11
* feat(lsp)!: add vim.lsp.status, client.progress and promote LspProgressUpdate...Mathias Fußenegger2023-06-09
* feat(lua): add `vim.system()`Lewis Russell2023-06-07
* fix(lsp): reduce diagnostics and add more types (#23948)Lewis Russell2023-06-07
* feat(scripts): add lsp_types.lua (#23750)max3975742023-06-07
* fix(lsp): use only utf-16 in default client positionEncodings (#23903)Gregory Anders2023-06-05
* refactor(lsp): use LPeg for watchfiles matching (#23788)Jon Huhn2023-06-05
* fix(lsp): set extra info only when it has a value (#23868)Raphael2023-06-05
* fix(lsp): restore marks after apply_text_edits() #14630Folke Lemaitre2023-06-04
* feat(lsp): set kind in select call for codelens #23889Artyom Andreev2023-06-03
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* feat(lsp): include positionEncodings in default client capabilitiesGregory Anders2023-06-01
* fix(lsp): fix dynamic registration of code actions (#23826)Folke Lemaitre2023-05-30
* feat(lsp): initial support for dynamic capabilities (#23681)Folke Lemaitre2023-05-28
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* fix(lsp): don't register didChangeWatchedFiles when capability not set (#23689)Jon Huhn2023-05-20
* refactor(lsp): mark server_ready function as deprecated (#23520)Raphael2023-05-13
* fix(lsp): fix relative patterns for `workspace/didChangeWatchedFiles` (#23548)Jon Huhn2023-05-09
* perf(lsp): load buffer contents once when processing semantic tokens response...jdrouhard2023-05-05
* perf(lsp): process semantic tokens response in a coroutine that yields every ...jdrouhard2023-05-01
* feat(lsp): enable workspace/didChangeWatchedFiles by default (#23190)Jon Huhn2023-04-22
* refactor: deprecate checkhealth functionsdundargoc2023-04-15
* feat(lua): vim.tbl_contains supports general tables and predicates (#23040)Christian Clason2023-04-14
* refactor: remove modelines from Lua filesGregory Anders2023-04-13
* fix(diagnostic): use correct field name for tags (#22835)Akin2023-03-31
* feat(diagnostic): add support for tagsLewis Russell2023-03-30
* feat(lsp): render markdown in docs hover #22766Roberto Pommella Alegro2023-03-25
* fix(lsp): add missing silent check in lsp hover handler (#22763)Micah Halter2023-03-25
* fix(lsp): Jump to tag locations reliably when :ltag is used (#22750)meredith2023-03-23
* fix(lsp): kill buffers after renaming a directory #22618Ivan2023-03-14
* fix(lsp): vim.lsp.util.apply_text_edits cursor validation #22636hrsh7th2023-03-14
* fix(lsp): remove_workspace_folders fails if client has no workspace_folders #...Dan Strokirk2023-03-13
* fix(lsp): use line start/end for visual line selection (#22632)Mathias Fußenegger2023-03-12