aboutsummaryrefslogtreecommitdiff
path: root/lua/config/treesitter.lua
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-10-04 19:32:14 +0800
committerjdhao <jdhao@hotmail.com>2022-10-04 19:34:20 +0800
commitd40d87cb61a723104bbdd0dac533a16ed42eaf4f (patch)
tree5b5cea8ffce4d39af1c357b1cec712ab4311504e /lua/config/treesitter.lua
parent81663c8f3c5e23b4a6bd3942b3f0f0193241610a (diff)
nvim 0.8 update
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
},
}