folke / twilight.nvim

🌅 Twilight is a Lua plugin for Neovim 0.5 that dims inactive portions of the code you're editing using TreeSitter.
Apache License 2.0
1.24k stars 21 forks source link

Suggestion: integration with nvim-ts-rainbow #4

Closed AckslD closed 3 years ago

AckslD commented 3 years ago

Awesome plugin :tada:

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

folke commented 3 years ago

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