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
No known key found for this signature in database

View File

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