disable treesitter for vim help
This commit is contained in:
parent
64a73e23b1
commit
ee5cd7628a
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue