Skip to content

Commit

Permalink
lazy update
Browse files Browse the repository at this point in the history
  • Loading branch information
pablopunk committed Jan 26, 2024
1 parent 1c706ae commit 9b6b86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lazy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
export VIM="${PWD}/_neovim/share/nvim/runtime"
touch error.log
nvim --headless +qa 2>>error.log
nvim --headless "+Lazy! install" +qa 2>>error.log
nvim --headless "+Lazy! install" "+Lazy! update" +qa 2>>error.log
nvim --headless +qa 2>>error.log
echo
cat error.log
Expand Down

0 comments on commit 9b6b86b

Please sign in to comment.