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,