aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp
Commit message (Expand)AuthorAge
* fix(lsp): only disable inlay hints / diagnostics if no other clients are conn...Chris AtLee2023-08-31
* fix(lua): improve annotations for stricter luals diagnostics (#24609)Christian Clason2023-08-09
* docs(lsp): fix references to protocol.constants #24578Maria José Solano2023-08-07
* refactor(lsp): use protocol.Methods instead of strings #24570Raphael2023-08-05
* fix(lsp): do not assume client capability exists in watchfiles check (#24550)Sean Dewar2023-08-04
* refactor(lsp): use protocol.Methods instead of strings #24537Raphael2023-08-03
* fix(gen_lsp.lua): no notifications in lsp.Methods #24530Raphael2023-08-03
* feat(gen_lsp.lua): sort by name, handle failure #24504Justin M. Keyes2023-08-01
* feat(gen_lsp.lua): protocol.Methods #24504mathew2023-08-01
* fix(lsp): inlay hints: "Failed to delete autocmd" when closing buffer #24469Chris AtLee2023-08-01
* fix(lsp): fix multi client handling workspace_folder methods (#18839)Mathias Fußenegger2023-07-25
* fix(lsp): SignatureHelp docstring is not escaped #16702Christoph Hasse2023-07-25
* fix(lsp): E403 if doc contains multiple codeblocks #24458Raphael2023-07-25
* fix(lsp): replace @private with @nodoc for public client functions (#24415)Mathias Fußenegger2023-07-24
* fix(lsp): announce publishDiagnostics.dataSupport (#24442)Bruce Weirdan2023-07-24
* fix(lsp): send empty "added" list when removing workspace folder #24440Mitchell Hanberg2023-07-24
* fix(lsp): noisy warning about offset_encodings #24441Keith Smiley2023-07-24
* refactor(lsp): use LspNotify for inlay_hint (#24411)Chris AtLee2023-07-22
* feat(lsp): implement textDocument/diagnostic (#24128)Chris AtLee2023-07-20
* docs(lua): more improvements (#24387)Lewis Russell2023-07-18
* feat(lsp)!: rename vim.lsp.get_active_clients to get_clients (#24113)Mathias Fußenegger2023-07-17
* fix(lsp): markdown code fence should allow space before info string #24364Mike2023-07-16
* fix(lsp): remove unknown LSP protocol property (#24345)Techatrix2023-07-14
* feat(lsp): add method filter to get_active_clients (#24319)Mathias Fußenegger2023-07-12
* fix(lint): lint warnings #24226Raphael2023-07-10
* fix(lsp): don't use hl_mode = combine for inlay hints #24276Chinmay Dalal2023-07-08
* fix(vim.ui.open): return (don't show) error messageJustin M. Keyes2023-07-05
* fix(gx): visual selection, expand env varsJustin M. Keyes2023-07-04
* feat(vim.ui): vim.ui.open, "gx" without netrwmarshmallow2023-07-04
* fix(lsp): revert change to buf.clear_references() #24238Raphael2023-07-04
* fix(lsp): lint warnings, default offset_encoding #24046Raphael2023-07-01
* 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