aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/inlay_hint.lua
Commit message (Expand)AuthorAge
* refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano2025-01-14
* refactor: use nvim.foo.bar format for namespacesMaria José Solano2025-01-14
* refactor: add vim._resolve_bufnrLewis Russell2024-12-07
* feat(lsp): deprecate non-method client functionsLewis Russell2024-11-20
* fix(api): only flush nvim__redraw when necessary #31250luukvbaal2024-11-18
* feat(lsp)!: remove client-server handlers from vim.lsp.handlersLewis Russell2024-11-01
* refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight2024-10-26
* perf(validate): use lighter versionLewis Russell2024-10-17
* fix(lsp): check buffer is loaded and valid #30330glepnir2024-09-11
* fix(lsp): handle out-of-bounds character positions #30288Tristan Knight2024-09-08
* fix(lsp): inlay hints are rendered in the correct order (#29707)Amit Singh2024-07-17
* docs: misc (#29229)dundargoc2024-06-15
* fix(lsp): revert buf_versions deprecation/replacement (#29217)Mathias Fußenegger2024-06-07
* refactor(lua): use tuple syntax everywhere #29111Ilia Choly2024-06-04
* refactor(lsp): replace util.buf_versions with changedtick (#28943)Mathias Fußenegger2024-05-30
* docs: newsJustin M. Keyes2024-05-15
* docs: misc (#28609)dundargoc2024-05-15
* refactor(lua): remove deprecated features #28725Justin M. Keyes2024-05-13
* fix(lsp): enable() does not activate inlay hints on open buffers #28629Yi Ming2024-05-07
* fix(lsp): replace bug-prone ternary operation #28627Yi Ming2024-05-03
* Merge #28101 nvim__redrawJustin M. Keyes2024-05-02
|\
| * feat(api): add nvim__redraw for more granular redrawingLuuk van Baal2024-05-02
* | feat(lsp): inlay_hint.is_enabled({filter}) #28523Yi Ming2024-05-02
|/
* feat(lsp): vim.lsp.inlay_hint.enable(nil) applies to all buffers #28543Yi Ming2024-05-02
* refactor(lsp): rename foos_by_bar to bar_foos #28505Yi Ming2024-04-26
* fix(lsp): avoid assertion when `client_hints` do not exist (#28461)Yi Ming2024-04-22
* fix(lsp): correct deprecation message #28403Maria José Solano2024-04-18
* feat(lua): enable(enable:boolean, filter:table) #28374Justin M. Keyes2024-04-18
* docs: improve/add documentation of Lua typesLewis Russell2024-03-01
* refactor(lsp): tidy up loggingLewis Russell2024-02-08
* refactor(lsp): client_hints typo #27250Maria José Solano2024-01-28
* docs: various #25289Justin M. Keyes2024-01-18
* feat(lsp): more annotationsLewis Russell2023-12-14
* docs: support @since for api level #25574LW2023-11-27
* feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512LW2023-11-12
* 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
* refactor(lsp): use protocol.Methods instead of strings #24537Raphael2023-08-03
* fix(lsp): inlay hints: "Failed to delete autocmd" when closing buffer #24469Chris AtLee2023-08-01
* 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
* fix(lsp): don't use hl_mode = combine for inlay hints #24276Chinmay Dalal2023-07-08
* 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