Replies: 1 comment
-
+1 as I am running into the same problem due to my Nix setup in combination to having different plugins on different machines. It would be nice if the plugin specs could live outside XDG_CONFIG_HOME. |
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.
-
I've added my custom dir to
package.path
with this directory setup:
and able to
require
those packages, e.g.require('custom.hello')
in my lua files.however, when I do the
require('lazy').setup('custom.plugins')
it errors with 'No specs found for module ...`.is it possible to also use this additional package paths in
lazy
setups?anyway, thanks for this plugin, folke!
Beta Was this translation helpful? Give feedback.
All reactions