vim.pack.add
can potentially replace bootstrap code
#2033
drowning-cat
started this conversation in
Show and tell
Replies: 1 comment 9 replies
-
If you do The same way if you have the following plugin spec for Lazy itself {
"folke/lazy.nvim",
commit = "something",
} It also won't work. In my personal opinion this kinda defeats the purpose of Lazy itself. People should just use one or the other. Doesn't make sense to configure 2 plugin managers in the user's configuration. |
Beta Was this translation helpful? Give feedback.
9 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.
Uh oh!
There was an error while loading. Please reload this page.
-
With
NVIM v0.12.0
we can use:Instead of:
Warning
Don't expect everything to work.
May require Updating (U) plugins for other
:Lazy
features to work, such as revert (r) or git log (gl).Note
Optional
Beta Was this translation helpful? Give feedback.
All reactions