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
feat: use conceal lines for setext heading underline
## Details
Add `conceal_lines` extmark over setext heading underlines in addition
to the normal `conceal`. Having both is fine so not adding any
conditional logic around this one and keeping both around.
Other minor changes:
- use standard `@enum` behavior based on values rather than keys
- use `tbl_values` instead of `tbl_keys` for validation for consistency
- use an `enum` for log levels instead of an `alias`
- use `number[]` for priorities instead of `integer[]` when sorting
0 commit comments