Replies: 3 comments 3 replies
-
That should work (although far from ideal). You need to initialize lazy at the top with your plugins. Obviously don't point lazy to a plugins module that contains those files. You also should remove impatient, since lazy comes with its own cache. |
Beta Was this translation helpful? Give feedback.
2 replies
-
can I disable this? I need rewrite all codes id I can not use packadd.
…________________________________
From: Folke Lemaitre ***@***.***>
Sent: Friday, April 21, 2023 1:16:49 PM
To: folke/lazy.nvim ***@***.***>
Cc: DragonBillow ***@***.***>; Author ***@***.***>
Subject: Re: [folke/lazy.nvim] How to migrate from submodule ? (Discussion #737)
you can't use packadd with lazy
―
Reply to this email directly, view it on GitHub<#737 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKBJ6AK5TP53BABIQDM55D3XCIJ4DANCNFSM6AAAAAAXD4UHRE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
emm ok. thanks
…________________________________
From: Folke Lemaitre ***@***.***>
Sent: Friday, April 21, 2023 7:05:10 PM
To: folke/lazy.nvim ***@***.***>
Cc: DragonBillow ***@***.***>; Author ***@***.***>
Subject: Re: [folke/lazy.nvim] How to migrate from submodule ? (Discussion #737)
nope. better not to use lazy in that case
―
Reply to this email directly, view it on GitHub<#737 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AKBJ6AJUQKYZ5EFHNKARVFDXCJSWNANCNFSM6AAAAAAXD4UHRE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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.
-
My current plugins are loaded as submodules. I now want to migrate some plugins into the plugin manager. For now I'm using packer:
But I want to replace packer with lazy. But currently it looks like lazy doesn't work well with submodules. No matter if I put lazy at the end or at the top, nvim will always report an error.
Beta Was this translation helpful? Give feedback.
All reactions