You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to load **plugins**
....local/share/nvim/lazy/lazy.nvim/lua/lazy/core/cache.lua:105: cannot open /Users/farzadmf/.config/nvim/l
ua/plugins/init.lua: No such file or directory
Expected Behavior
Since I'm using those individual files to separate my plugins, it doesn't make much sense to me to have the init.lua file in there
Screenshots
If applicable, add screenshots to help explain your problem.
Log :Lazy log shows:
Lazy log
Failed to load **plugins**
....local/share/nvim/lazy/lazy.nvim/lua/lazy/core/cache.lua:105: cannot open /Users/farzadmf/.config/nvim/l
ua/plugins/init.lua: No such file or directory
The text was updated successfully, but these errors were encountered:
Describe the bug
Quoting the
README
:My question is: is step 2 (having
plugins.lua
orplugins/init.lua
) necessary for step 3 (so that everyplugins/*.lua
file loads automatically)?That seems to be the case because
lazy
is complaining that it cannot read.../plugins/init.lua
.Was wondering if this is a bug or intended behavior.
Which version of Neovim are you using?
Version
0.8.1
To Reproduce
~/.config/nvim/init.lua
:~/.config/nvim/lua/plugins/my.lua
:nvim
, and there will be an error saying:Expected Behavior
Since I'm using those individual files to separate my plugins, it doesn't make much sense to me to have the
init.lua
file in thereScreenshots
If applicable, add screenshots to help explain your problem.
Log
:Lazy log
shows:Lazy log
The text was updated successfully, but these errors were encountered: