fix(nvim): treesitter + rendermarkdown to render codeblock

This commit is contained in:
js0ny 2025-04-13 17:22:30 +01:00
parent 8d0d95420a
commit 5140f754cc

View file

@ -16,5 +16,8 @@ return {
highlight = { enable = true },
indent = { enable = true },
},
config = function()
require('nvim-treesitter.configs').setup({ highlight = { enable = true } })
end
},
}