aboutsummaryrefslogtreecommitdiff
path: root/lua/config/treesitter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config/treesitter.lua')
-rw-r--r--lua/config/treesitter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua
index 9f7a8a9..92759d3 100644
--- a/lua/config/treesitter.lua
+++ b/lua/config/treesitter.lua
@@ -3,6 +3,6 @@ require("nvim-treesitter.configs").setup {
ignore_install = {}, -- List of parsers to ignore installing
highlight = {
enable = true, -- false will disable the whole extension
- disable = {}, -- list of language that will be disabled
+ disable = { 'help' }, -- list of language that will be disabled
},
}