nvim/after/queries/markdown/highlights.scm

7 lines
255 B
Scheme
Raw Normal View History

2023-09-23 23:29:54 +02:00
((atx_h1_marker) (#set! conceal "◉"))
((atx_h2_marker) (#set! conceal " ○"))
((atx_h3_marker) (#set! conceal " ✸"))
((atx_h4_marker) (#set! conceal " ✿"))
((atx_h5_marker) (#set! conceal " ●"))
((atx_h6_marker) (#set! conceal " ◇"))