From d40d87cb61a723104bbdd0dac533a16ed42eaf4f Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 4 Oct 2022 19:32:14 +0800 Subject: nvim 0.8 update --- lua/config/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/config/treesitter.lua') 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 }, } -- cgit v1.2.3