From 2d90e0f1c883a9181d611fb941a417b87997ecf6 Mon Sep 17 00:00:00 2001 From: asep komarudin Date: Mon, 20 Feb 2023 09:50:58 +0700 Subject: [PATCH] update --- lua/plugins/init.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 34cabb9..ce6fbd2 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -28,13 +28,13 @@ return { "TSUpdate", "TSUpdateSync", }, - build = function() - local status_ok, ts = pcall(require, "nvim-treesitter.install") - if not status_ok then - return - end - ts.update({ with_sync = true })() - end, + -- build = function() + -- local status_ok, ts = pcall(require, "nvim-treesitter.install") + -- if not status_ok then + -- return + -- end + -- ts.update({ with_sync = true })() + -- end, config = function() require("user.treesitter") end,