From 940dcf0edd025b3af1d1c0fbac45f1e9b4388001 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Sun, 16 Jul 2023 13:25:08 +0530 Subject: [PATCH] refactor: add cmd for the treesitter --- lua/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 81140b7..b76efcb 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -13,6 +13,7 @@ return { { "", desc = "Increment selection" }, { "", desc = "Decrement selection", mode = "x" }, }, + cmd = { "TSUpdateSync" }, opts = { sync_install = false, auto_install = true,