disable treesitter for vim help

lazyvim
Andy Teijelo 2022-11-10 10:51:11 -05:00
parent 64a73e23b1
commit ee5cd7628a
1 changed files with 1 additions and 1 deletions

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,