Skip to content

Bold, inline code and inline math working weird. #167

Answered by vhyrro
Wmbat asked this question in Q&A
Discussion options

You must be logged in to vote

Hi!

Yeah, their presence is normal... kind of. By default they will be shown because of your conceal level. You want to set this to something higher than 0 (preferably 2, see :h conceallevel for more info on that).

In vimscript:

set conceallevel=2

In lua:

vim.opt.conceallevel = 2

Related topic: #135 (comment).
When it comes to maths no special concealing will be done for that (no highlighting will be applied to it either just yet). I'm working on that in our treesitter implementation to support it.

Hope that helps! :)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Wmbat
Comment options

@vhyrro
Comment options

@Wmbat
Comment options

Answer selected by mrossinek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants