Skip to content

Commit d168257

Browse files
committed
Update treesitter synchronously
This is needed for unattended update.
1 parent f97a9c7 commit d168257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.zsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ if (( ${+commands[nvim]} )); then
131131
print " ...done"
132132
# Update treesitter config
133133
print "Updating treesitter config..."
134-
command nvim --headless -c "TSUpdate" -c "qall" &> /dev/null
134+
command nvim --headless -c "TSUpdateSync" -c "qall" &> /dev/null
135135
print " ...done"
136136
# Update mason registries
137137
print "Updating mason registries..."

0 commit comments

Comments
 (0)