Replies: 1 comment
-
I second this. I like the idea of separating plugins into
Maybe if there is a switch: Or maybe just the absence of any Then |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
My filetype.lua configuration relies on
nvim-lua/plenary.nvim
. As such, I'd kind of like to do something likeSo that it'll always have plenary available when it gets run.
But that isn't a valid plugin spec. I can
But I'm not sure if I can use the same plugin times.
This might be abusing
lazy.nvim
, but I'm curious what patterns others use / have found for this.EDIT: I guess I could use
dir
+ split my code into a separate repo, but that feels like a lot more complexity than is warrantedBeta Was this translation helpful? Give feedback.
All reactions