diff --git a/lua/user/treesitter.lua b/lua/user/treesitter.lua index 5ac7f85..53a36b8 100644 --- a/lua/user/treesitter.lua +++ b/lua/user/treesitter.lua @@ -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,