Unable to conceal code block backticks #342
|
Hello, I'm having difficulties getting the inline code and code block backticks (```) to conceal. I'm not sure if I'm doing something wrong. Below is a screenshot of the code block not concealing. There are no borders that are being rendered despite including them into the configuration. Code block configuration Any suggestions or pointers on what I could be doing wrong? |
Replies: 1 comment 5 replies
|
The require('nvim-treesitter.configs').setup({
highlight = { enable = true },
}) |



The
checkhealthshould have an error for this, but the backtick concealing behavior comes from the default highlights innvim-treesitter, not this plugin directly. So you need to enable thehighlightsmodule if you want this behavior: