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,