From 78027686b64a337c390fafb3584661dac9e25a5e Mon Sep 17 00:00:00 2001 From: asep komarudin Date: Tue, 24 Jan 2023 08:36:14 +0700 Subject: [PATCH] update default treesitter --- lua/user/treesitter.lua | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/lua/user/treesitter.lua b/lua/user/treesitter.lua index 3d1060e..b2d3a98 100644 --- a/lua/user/treesitter.lua +++ b/lua/user/treesitter.lua @@ -5,21 +5,21 @@ end configs.setup({ ensure_installed = { - "bash", - "html", - "c", - "javascript", + -- "bash", + -- "html", + -- "c", + -- "javascript", "json", "lua", - "python", - "typescript", - "tsx", - "css", - "rust", - "java", - "yaml", - "markdown", - "markdown_inline", + -- "python", + -- "typescript", + -- "tsx", + -- "css", + -- "rust", + -- "java", + -- "yaml", + -- "markdown", + -- "markdown_inline", }, -- one of "all" or a list of languages ignore_install = { "phpdoc" }, -- List of parsers to ignore installing highlight = {