From 83992378a4b78ce98075f2f630d8e1f52be5b64c Mon Sep 17 00:00:00 2001 From: siduck76 Date: Sat, 21 Aug 2021 11:28:25 +0530 Subject: [PATCH] treesitter : keep only lua parser installed by default --- lua/plugins/treesitter.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 39c9a75..42ab87e 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -5,7 +5,6 @@ end ts_config.setup { ensure_installed = { - "bash", "lua", }, highlight = {