You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Is your feature request related to a problem? Please describe.
In Tailwind you can have a concep of hover:, active:, etc.
A nice way to work with that is to split these "states" on different line.
My problem here is it's actually hard to work with it when it's conceal.
Describe the solution you'd like
I love the conceal, but I would love to see only all the style in the current block im working on.
Kinda like that: (But without but in vim normal mode)
Describe alternatives you've considered
I could toggle manually the conceal.. but It display ALLL the styles.
Also if I can skip an action, i will take it.
Is your feature request related to a problem? Please describe.
In Tailwind you can have a concep of hover:, active:, etc.
A nice way to work with that is to split these "states" on different line.
My problem here is it's actually hard to work with it when it's conceal.
Describe the solution you'd like
I love the conceal, but I would love to see only all the style in the current block im working on.
Kinda like that: (But without but in vim normal mode)

Describe alternatives you've considered
I could toggle manually the conceal.. but It display ALLL the styles.
Also if I can skip an action, i will take it.
Additional context
Here is an example: