-
I'm considering switching from Packer, which supports something like this: {
'foo/bar',
requires = {
{
'baz/fnord',
requires = 'xyz/zy',
},
} As in, nested requires/dependencies. Is this something lazy.nvim supports as well? |
Beta Was this translation helpful? Give feedback.
Answered by
runiq
Jan 10, 2023
Replies: 1 comment 1 reply
-
Just saw in some other discussions that this appears to be very well possible. I'll give this a shot then. Sorry for the noise! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
runiq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just saw in some other discussions that this appears to be very well possible. I'll give this a shot then. Sorry for the noise!