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
{{ message }}
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.
Using indentLine is very nice, however some markdown characters like ` are concealed, is there a way to not have those characters concealed? I know the documentation says that indentLine-conceallevel needs to be 1 or 2 but it is not explained why that is and if there is a way to get around that.
For example I tried the syntax method and that doesn't seem to work: syntax match codeCharacter "`" conceal cchar=`
I also tried setting the conceal cchar to c just incase ` was concealed twice
The text was updated successfully, but these errors were encountered:
The same issue is in neovim for bunch of syntax (in $VIMRUNTIME/syntax), including markdown and json.
The syntax are shipped with neovim, and switching off concealing for each of them is tedious.
Using indentLine is very nice, however some markdown characters like
`
are concealed, is there a way to not have those characters concealed? I know the documentation says thatindentLine-conceallevel
needs to be1
or2
but it is not explained why that is and if there is a way to get around that.For example I tried the
syntax
method and that doesn't seem to work:syntax match codeCharacter "`" conceal cchar=`
I also tried setting the
conceal cchar
toc
just incase`
was concealed twiceThe text was updated successfully, but these errors were encountered: