Why the /lua/ subdirectory? #1288
Replies: 2 comments
-
Actually, is it because the |
Beta Was this translation helpful? Give feedback.
0 replies
-
The |
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.
-
Ran into the snag that
require('lazy').setup('plugins')
wantslua/plugins.lua
, notplugins.lua
I've been looking up and down the neovim docs and lazy's source code but can't decipher why.
require('plugins')
works fine and I don't really see lazy messing withpackage.path
orruntimepath
very much, so why does it necessitate thelua
subdirectory? Just curious, the lua module system in neovim is taking some time getting used to.Beta Was this translation helpful? Give feedback.
All reactions