summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp
AgeCommit message (Expand)AuthorFiles
2023-08-03refactor(lsp): use protocol.Methods instead of strings #24537Raphael8
2023-08-03fix(gen_lsp.lua): no notifications in lsp.Methods #24530Raphael1
2023-08-01feat(gen_lsp.lua): sort by name, handle failure #24504Justin M. Keyes2
2023-08-01feat(gen_lsp.lua): protocol.Methods #24504mathew2
2023-08-01fix(lsp): inlay hints: "Failed to delete autocmd" when closing buffer #24469Chris AtLee2
2023-07-25fix(lsp): fix multi client handling workspace_folder methods (#18839)Mathias Fußenegger1
2023-07-25fix(lsp): SignatureHelp docstring is not escaped #16702Christoph Hasse1
2023-07-25fix(lsp): E403 if doc contains multiple codeblocks #24458Raphael1
2023-07-24fix(lsp): replace @private with @nodoc for public client functions (#24415)Mathias Fußenegger1
2023-07-24fix(lsp): announce publishDiagnostics.dataSupport (#24442)Bruce Weirdan1
2023-07-24fix(lsp): send empty "added" list when removing workspace folder #24440Mitchell Hanberg1
2023-07-24fix(lsp): noisy warning about offset_encodings #24441Keith Smiley1
2023-07-22refactor(lsp): use LspNotify for inlay_hint (#24411)Chris AtLee1
2023-07-20feat(lsp): implement textDocument/diagnostic (#24128)Chris AtLee5
2023-07-18docs(lua): more improvements (#24387)Lewis Russell12
2023-07-17feat(lsp)!: rename vim.lsp.get_active_clients to get_clients (#24113)Mathias Fußenegger3
2023-07-16fix(lsp): markdown code fence should allow space before info string #24364Mike1
2023-07-14fix(lsp): remove unknown LSP protocol property (#24345)Techatrix1
2023-07-12feat(lsp): add method filter to get_active_clients (#24319)Mathias Fußenegger1
2023-07-10fix(lint): lint warnings #24226Raphael5
2023-07-08fix(lsp): don't use hl_mode = combine for inlay hints #24276Chinmay Dalal1
2023-07-05fix(vim.ui.open): return (don't show) error messageJustin M. Keyes1
2023-07-04fix(gx): visual selection, expand env varsJustin M. Keyes1
2023-07-04feat(vim.ui): vim.ui.open, "gx" without netrwmarshmallow1
2023-07-04fix(lsp): revert change to buf.clear_references() #24238Raphael2
2023-07-01fix(lsp): lint warnings, default offset_encoding #24046Raphael6
2023-06-30fix(lsp): fix attempt to call non existent function (#24212)Sanchayan Maity1
2023-06-30feat(lsp): move inlay_hint() to vim.lsp (#24130)Mathias Fußenegger3
2023-06-29fix(lsp): inlay_hint nil reference error #24202Chinmay Dalal1
2023-06-25Merge #24116 from justinmk/docJustin M. Keyes2
2023-06-25fix(docs): vimdoc syntax errorsJustin M. Keyes2
2023-06-23fix(lsp): error in reset_timer on second detach #24117Chinmay Dalal1
2023-06-23fix(lsp): reapplying already-applied hints #24114Chinmay Dalal1
2023-06-22feat(lsp): opt-in to dynamicRegistration for inlay hints (#24102)Mathias Fußenegger1
2023-06-22test: spellcheck :help (vimdoc) files #24109Justin M. Keyes1
2023-06-21fix(lsp): add spacing for inlay hints separately #24079Akin1
2023-06-20fix(lsp): check if inlay hints are enabled for a buffer before disabling (#24...Chinmay Dalal1
2023-06-20refactor(lsp): extract common execute command functionality (#24065)Mathias Fußenegger3
2023-06-20fix(lsp): duplicate on_detach, on_reload callbacks #24067Chinmay Dalal1
2023-06-19feat(lsp): inlay hints #23984Chinmay Dalal3
2023-06-17fix(lsp): allow Lua pattern chars in code action filter (#24041)Jonas Strittmatter1
2023-06-14perf(lsp): reduce polling handles for workspace/didChangeWatchedFiles (#23500)Jon Huhn1
2023-06-13fix(codelens): add buffer and line checks before displaying codelens (#23887)Rohit Sukumaran1
2023-06-11feat(lsp): add handlers for inlay hints (#23736)Chinmay Dalal4
2023-06-09feat(lsp)!: add vim.lsp.status, client.progress and promote LspProgressUpdate...Mathias Fußenegger3
2023-06-07feat(lua): add `vim.system()`Lewis Russell1
2023-06-07fix(lsp): reduce diagnostics and add more types (#23948)Lewis Russell1
2023-06-07feat(scripts): add lsp_types.lua (#23750)max3975741
2023-06-05fix(lsp): use only utf-16 in default client positionEncodings (#23903)Gregory Anders1
2023-06-05refactor(lsp): use LPeg for watchfiles matching (#23788)Jon Huhn1