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
Neovim 0.10 changes or removes some of the default links for builtin hl
groups (e.g. "base" groups). As such, `Delimiter` (and its dependents)
no longer link to `Special`. We rely on the default links for some of
these builtin hl groups.
In `group/syntax.lua`, restore these default links by setting/recreating
them explicitly instead of relying on the defaults.
This commit addresses the groups in `group/syntax.lua`, but there may be
other files or groups that need to be similarly addressed.
Fixes#329
0 commit comments