vim: disable treesitter highlighting for markdown files

This commit is contained in:
Fernando Schauenburg 2022-10-11 13:56:37 +02:00
parent c580fb820a
commit c764d61737

View file

@ -25,6 +25,7 @@ configs.setup {
highlight = { highlight = {
enable = true, enable = true,
disable = { disable = {
'markdown',
'help', 'help',
}, },
}, },