feat(nvim): add conceal for org mode bullets

This commit is contained in:
Price Hiller 2023-11-20 00:21:01 -06:00
parent a30391e966
commit 4fa7b357cb
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -0,0 +1,5 @@
; extends
((bullet)
@punctuation.special
(#any-of? @punctuation.special "-" "*" "+")
(#set! conceal "•"))