Skip to content

Unable to conceal code block backticks #342

You must be logged in to vote

The checkhealth should have an error for this, but the backtick concealing behavior comes from the default highlights in nvim-treesitter, not this plugin directly. So you need to enable the highlights module if you want this behavior:

require('nvim-treesitter.configs').setup({
    highlight = { enable = true },
})

Replies: 1 comment 5 replies

You must be logged in to vote
5 replies
@keithlxs

@MeanderingProgrammer

@keithlxs

@MeanderingProgrammer

@keithlxs

Answer selected by MeanderingProgrammer
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