Skip to content

Commit

Permalink
adds output for PlugInstall
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart committed Nov 3, 2024
1 parent 506a55a commit 1e4279b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ all() {
install_brew_deps
install_apk_deps
ln -sfn $(pwd) ${HOME}/.config/nvim
nvim -c PlugInstall -c quitall
nvim -c PlugInstall -c "write ${TMPDIR}/PlugInstall.out" -c quitall
cat ${TMPDIR}/PlugInstall.out
nvim -c PlugStatus -c "write ${TMPDIR}/PlugStatus.out" -c quitall
cat ${TMPDIR}/PlugStatus.out
nvim -c TSUpdate -c quitall
Expand Down

0 comments on commit 1e4279b

Please sign in to comment.