Skip to content
Discussion options

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

Comment options

You must be logged in to vote
5 replies
@keithlxs
Comment options

@MeanderingProgrammer
Comment options

@keithlxs
Comment options

@MeanderingProgrammer
Comment options

@keithlxs
Comment options

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