aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin/lsp/inlay_hint_spec.lua
Commit message (Expand)AuthorAge
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* test: support upvalues in exec_luaLewis Russell2024-09-21
* fix(lsp): inlay hints are rendered in the correct order (#29707)Amit Singh2024-07-17
* fix(lsp): check if buffer was detached in on_init callback (#28914)Ilia Choly2024-05-23
* refactor(lua): remove deprecated features #28725Justin M. Keyes2024-05-13
* 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
* test: improve test conventionsdundargoc2024-04-23
* feat(lua): enable(enable:boolean, filter:table) #28374Justin M. Keyes2024-04-18
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* test: reduce `exec_lua` callsdundargoc2024-04-04
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* test: correct order of arguments to eq() (#27816)zeertzjq2024-03-11
* refactor: format test/*Justin M. Keyes2024-01-03
* 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
* feat(lsp): move inlay_hint() to vim.lsp (#24130)Mathias Fußenegger2023-06-30
* feat(lsp): opt-in to dynamicRegistration for inlay hints (#24102)Mathias Fußenegger2023-06-22
* feat(lsp): inlay hints #23984Chinmay Dalal2023-06-19
* feat(lsp): add handlers for inlay hints (#23736)Chinmay Dalal2023-06-11