Disable the treesitter parser for markdown

This commit is contained in:
Kevin MacMartin 2024-03-28 17:42:55 -04:00
parent 5ad59fcb54
commit 23f3293b9b

View file

@ -17,7 +17,7 @@ if (vim.g.enabletreesitter == 1) then
highlight = { highlight = {
enable = true, enable = true,
disable = { "gitcommit" }, disable = { "gitcommit", "markdown" },
additional_vim_regex_highlighting = { "scss" }, additional_vim_regex_highlighting = { "scss" },
}, },