summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp/inlay_hint.lua
AgeCommit message (Expand)AuthorFiles
2026-04-02refactor(lsp): remove implicit rpc error tostring #38707Yi Ming1
2026-03-20fix(lsp): unify LSP error logging prefixes #38354Yi Ming1
2026-03-12docs: use "ev" convention in event-handlersJustin M. Keyes1
2025-11-10fix(lsp): correct iteration through attached buffers (#36517)Maria Solano1
2025-11-10fix(lsp): deprecate `vim.lsp.get_buffers_by_client_id` (#36449)Maria Solano1
2025-10-04fix(lsp): deprecate `vim.lsp.protocol.Methods` (#35998)Maria Solano1
2025-08-28refactor(lua): consistent use of local aliasesChristian Clason1
2025-08-24fix(lsp): treat nil inlay hint result as empty array (#35458)Maria José Solano1
2025-07-12refactor(lsp): drop vim.lsp.util._refresh() #33903Yi Ming1
2025-06-06fix: type fixesLewis Russell1
2025-05-10refactor(docs): remove unnecessary `@private`/`@nodoc` annotations (#33951)Maria José Solano1
2025-03-30fix(vim.lsp.inlay_hint): requesting inlay_hints even when disabled #32999Bartłomiej Maryńczak1
2025-02-23fix(lsp): reset the applied hints on `refresh` request #32446Yi Ming1
2025-01-14refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano1
2025-01-14refactor: use nvim.foo.bar format for namespacesMaria José Solano1
2024-12-07refactor: add vim._resolve_bufnrLewis Russell1
2024-11-20feat(lsp): deprecate non-method client functionsLewis Russell1
2024-11-18fix(api): only flush nvim__redraw when necessary #31250luukvbaal1
2024-11-01feat(lsp)!: remove client-server handlers from vim.lsp.handlersLewis Russell1
2024-10-26refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight1
2024-10-17perf(validate): use lighter versionLewis Russell1
2024-09-11fix(lsp): check buffer is loaded and valid #30330glepnir1
2024-09-08fix(lsp): handle out-of-bounds character positions #30288Tristan Knight1
2024-07-17fix(lsp): inlay hints are rendered in the correct order (#29707)Amit Singh1
2024-06-15docs: misc (#29229)dundargoc1
2024-06-07fix(lsp): revert buf_versions deprecation/replacement (#29217)Mathias Fußenegger1
2024-06-04refactor(lua): use tuple syntax everywhere #29111Ilia Choly1
2024-05-30refactor(lsp): replace util.buf_versions with changedtick (#28943)Mathias Fußenegger1
2024-05-15docs: newsJustin M. Keyes1
2024-05-15docs: misc (#28609)dundargoc1
2024-05-13refactor(lua): remove deprecated features #28725Justin M. Keyes1
2024-05-07fix(lsp): enable() does not activate inlay hints on open buffers #28629Yi Ming1
2024-05-03fix(lsp): replace bug-prone ternary operation #28627Yi Ming1
2024-05-02Merge #28101 nvim__redrawJustin M. Keyes1
2024-05-02feat(lsp): inlay_hint.is_enabled({filter}) #28523Yi Ming1
2024-05-02feat(api): add nvim__redraw for more granular redrawingLuuk van Baal1
2024-05-02feat(lsp): vim.lsp.inlay_hint.enable(nil) applies to all buffers #28543Yi Ming1
2024-04-26refactor(lsp): rename foos_by_bar to bar_foos #28505Yi Ming1
2024-04-22fix(lsp): avoid assertion when `client_hints` do not exist (#28461)Yi Ming1
2024-04-18fix(lsp): correct deprecation message #28403Maria José Solano1
2024-04-18feat(lua): enable(enable:boolean, filter:table) #28374Justin M. Keyes1
2024-03-01docs: improve/add documentation of Lua typesLewis Russell1
2024-02-08refactor(lsp): tidy up loggingLewis Russell1
2024-01-28refactor(lsp): client_hints typo #27250Maria José Solano1
2024-01-18docs: various #25289Justin M. Keyes1
2023-12-14feat(lsp): more annotationsLewis Russell1
2023-11-27docs: support @since for api level #25574LW1
2023-11-12feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512LW1
2023-08-31fix(lsp): only disable inlay hints / diagnostics if no other clients are conn...Chris AtLee1
2023-08-09fix(lua): improve annotations for stricter luals diagnostics (#24609)Christian Clason1