summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin/lsp/inlay_hint_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes1
2025-11-10feat(lsp): deprecate `vim.lsp.stop_client` (#36459)Olivia Kinnear1
2025-06-17test(lsp): return tables instead of deserializing strings #34554Riley Bruins1
2025-03-30fix(vim.lsp.inlay_hint): requesting inlay_hints even when disabled #32999Bartłomiej Maryńczak1
2025-03-17test(lsp): add a test for refreshing hints after being requestedYi Ming1
2025-02-26feat(lua): vim.text.indent()Justin M. Keyes1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-09-21test: support upvalues in exec_luaLewis Russell1
2024-07-17fix(lsp): inlay hints are rendered in the correct order (#29707)Amit Singh1
2024-05-23fix(lsp): check if buffer was detached in on_init callback (#28914)Ilia Choly1
2024-05-13refactor(lua): remove deprecated features #28725Justin M. Keyes1
2024-05-02feat(lsp): inlay_hint.is_enabled({filter}) #28523Yi Ming1
2024-05-02feat(lsp): vim.lsp.inlay_hint.enable(nil) applies to all buffers #28543Yi Ming1
2024-04-23test: improve test conventionsdundargoc1
2024-04-18feat(lua): enable(enable:boolean, filter:table) #28374Justin M. Keyes1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-04-04test: reduce `exec_lua` callsdundargoc1
2024-03-23refactor(tests): all screen tests should use highlightsbfredl1
2024-03-11test: correct order of arguments to eq() (#27816)zeertzjq1
2024-01-03refactor: format test/*Justin M. Keyes1
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-06-30feat(lsp): move inlay_hint() to vim.lsp (#24130)Mathias Fußenegger1
2023-06-22feat(lsp): opt-in to dynamicRegistration for inlay hints (#24102)Mathias Fußenegger1
2023-06-19feat(lsp): inlay hints #23984Chinmay Dalal1
2023-06-11feat(lsp): add handlers for inlay hints (#23736)Chinmay Dalal1