Replies: 2 comments 3 replies
-
Hello @jsatk, I found this command in the usage section of the docs:
Best regards! |
Beta Was this translation helpful? Give feedback.
2 replies
-
Well I feel dumb. I spent a non-insignificant time reading the `:help` and README and missed this. Thank you.
… On Sep 18, 2023, at 5:39 AM, abeldekat ***@***.***> wrote:
Hello @jsatk <https://github.com/jsatk>,
I found this command in the usage <https://github.com/folke/lazy.nvim#-usage> section of the docs:
`$ nvim --headless "+Lazy! sync" +qa
Best regards!
—
Reply to this email directly, view it on GitHub <#1034 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAHVP3Q3QKR4PLD5FRM6PF3X3A6JXANCNFSM6AAAAAA4374RGA>.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a script I run that keeps everything on my machine up-to-date as well as easily sets up new machines. One big hang up since switching from vim to neovim (and switching package managers) is I can no longer automate updating plugins.
I use to have this in my script when I used Plug.
I am looking for the equivalent for neovim and Lazy. It appears running
$ nvim +Lazy
fails because Lazy doesn't exist yet.Any ideas on how I can achieve this? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions