TIL 11: Unhide Markdown Code Block Types in LazyVim.
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
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