vim: re-enable markdown highlighting via treesitter

This commit is contained in:
Fernando Schauenburg 2022-10-11 19:34:42 +02:00
parent 2d62bd0b6e
commit 4b58f5ec3d

View file

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