disable treesitter for vim help

This commit is contained in:
Andy Teijelo 2022-11-10 10:51:11 -05:00
parent 64a73e23b1
commit ee5cd7628a

View file

@ -21,7 +21,7 @@ configs.setup({
highlight = {
enable = true, -- false will disable the whole extension
disable = { "css" }, -- list of language that will be disabled
disable = { "css", "help" }, -- list of language that will be disabled
},
autopairs = {
enable = true,