From 4f25c7323e73a5ab541c534ca859e83fe1232d4a Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 14 Aug 2021 00:00:51 +0800 Subject: [PATCH] update treesitter settings TS highlighting for bash is not so good. --- lua/config/treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua index 91da568..a6ac7f7 100644 --- a/lua/config/treesitter.lua +++ b/lua/config/treesitter.lua @@ -1,5 +1,5 @@ require'nvim-treesitter.configs'.setup { - ensure_installed = {'python', 'cpp', 'lua', 'bash'}, + ensure_installed = {'python', 'cpp', 'lua'}, ignore_install = {}, -- List of parsers to ignore installing highlight = { enable = true, -- false will disable the whole extension