Posted on :: Tags: , , , ,

To unhide Markdown code block types in LazyVim, you can set the conceallevel to 0.

Add the following to your configuration:

vim.opt.conceallevel = 0