Replies: 1 comment
-
Hi @musjj, You can use the lua equivalent This is working:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to run a Lazy command via the
--cmd
/-c
from the command line but I can't make it work.So I first tried:
nvim -c "Lazy"
and I got this error:
So I tried a few more combination:
But all of them results into the same error. It seems that they are getting executed too early, but I'm not sure when the
Lazy
command becomes accessible. Any tips on solving this issue?Beta Was this translation helpful? Give feedback.
All reactions