folke / twilight.nvim

🌅 Twilight is a Lua plugin for Neovim 0.5 that dims inactive portions of the code you're editing using TreeSitter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: Dim Inlay Hints

Jaxx497 opened this issue · comments

Did you check docs and existing issues?

  • I have read all the twilight.nvim docs
  • I have searched the existing issues of twilight.nvim
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

0.9.2

Operating system/version

OpenSuse TumbleWeed

Describe the bug

Forgive me if this is beyond the control of Twilight, but I noticed that type hints in rust projects are not dimmed when using Rust-tools. (They are rendered using virtual text)
twilight

Steps To Reproduce

  1. Open a project in Rust with rust-tools attached
  2. Use Twilight

Expected Behavior

Inlay hints on non-highlighted lines will be dimmed as well

Repro

No response