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
refactor(rainbow-delims): separate concerns with condition API
Move parser health checks (nil guard, error count) to rainbow-delimiters
native `condition` API. Simplify `init_strategy` to only select
global/local based on line count. pcall handles both nvim 0.11 (throws)
and 0.12+ (returns nil) get_parser behavior.
0 commit comments