Skip to content

Commit

Permalink
wait 30s till TSUpdate completes
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart committed Nov 5, 2024
1 parent ce39ac2 commit 6ab3585
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
plugged
6 changes: 4 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ all() {
cat ${TMPDIR}/PlugInstall.out
nvim -c PlugStatus -c "write ${TMPDIR}/PlugStatus.out" -c quitall
cat ${TMPDIR}/PlugStatus.out
nvim -c TSUpdate -c quitall

# sleep 20s, no way I know to wait until everything is installed
nvim -c "TSUpdate" -c "30sleep" -c quitall

lang_server ruby
lang_server typescript
Expand All @@ -25,7 +27,7 @@ install_brew_deps() {

install_apk_deps() {
if command -v apk > /dev/null; then
apk add nodejs npm ruby ruby-dev make clang
apk add nodejs npm ruby ruby-dev make clang ripgrep
fi
}

Expand Down

0 comments on commit 6ab3585

Please sign in to comment.