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
Users can now add options to configure whether or not the conceal
feature isused to shorten urls and hide quotes/underscores for
formatting. To disable all concealing:
let g:notes_coneal_code = 0
let g:notes_coneal_italics = 0
let g:notes_coneal_bold = 0
let g:notes_coneal_url = 0
This was added because some plugins don't play nicely with concealing.
In particular, the indentLines plugin is conflicting with coneal on OSX
(at least).
0 commit comments