From 5bb85b81761baeaf847b39f29ab2bcd505be4e02 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Fri, 16 Jul 2021 23:40:52 +0530 Subject: [PATCH] trim default ts parsers list --- lua/plugins/treesitter.lua | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index c47b5a7..bf574eb 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -11,15 +11,8 @@ end ts_config.setup { ensure_installed = { - "javascript", - "html", - "css", "bash", - "lua", - "json", - "python" - -- "rust", - -- "go" + "lua" }, highlight = { enable = true,