Can we see progress when running +Lazy! sync
in nvim headless mode?
#461
Answered
by
folke
linrongbin16
asked this question in
Q&A
-
Can we see progress when running |
Beta Was this translation helpful? Give feedback.
Answered by
folke
Jan 29, 2023
Replies: 1 comment 3 replies
-
If you want to see progress, then don't use headless mode and trigger sync on autocmd LazyDone $ nvim +"lua require('lazy').sync()" |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
linrongbin16
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to see progress, then don't use headless mode and trigger sync on autocmd LazyDone
$ nvim +"lua require('lazy').sync()"