From 9a27adbbcb271fee02c7cb0b94d80c7a309067ef Mon Sep 17 00:00:00 2001 From: asep komarudin Date: Mon, 20 Feb 2023 22:36:43 +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 5cb107f..0e6b21e 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() -- local status_ok, _ = pcall(require, "nvim-treesitter") -- if not status_ok then