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

Suggestion: integration with nvim-ts-rainbow

AckslD opened this issue Β· comments

Awesome plugin πŸŽ‰

Would be great if colored brackets from nvim-ts-rainbow could be disabled in the dimmed regions. At the moment it looks as follows for me:
image

I just pushed a fix where I set a higher priority for the dimming extmarks. This prevents the rainbow delims to bleed through.