Closed ghost closed 1 year ago
You have nothing in langs?
You have nothing in langs?
No, langs
folder is empty
But you are importing it. So either put files in there or dont import it?
I tried by removing it from import, still it is showing the same error.
https://github.com/folke/lazy.nvim#%EF%B8%8F-importing-specs-config--opts
import=...
shoudl be a string, not a table
Can you please say how can I import all the plugins
with its subfolders
without any errors?
Just add multiple imports.
{
{import = "..."},
{import = "..."},
}
Dear @folke ,
I would like to express my deepest gratitude for your exceptional support and expertise in resolving the issue I encountered with lazy.nvim
. Your prompt response and diligent efforts in addressing my problem were truly remarkable.
Your in-depth knowledge and commitment to delivering a high-quality solution were evident throughout our interaction. Thanks to your guidance, I was able to overcome the obstacles I faced and continue leveraging the full potential of lazy.nvim
in my projects.
I am sincerely grateful for your generosity in sharing your time and expertise. Your dedication to the open-source community is truly commendable, and it is developers like you who make the editors nvim
a better place. Once again, thank you for your invaluable assistance.
With sincere appreciation, @Swayam25
Thanks!
Did you check docs and existing issues?
lazy.nvim
docslazy.nvim
Neovim version (
nvim -v
)0.9.0
Operating system/version
Ubuntu v23.04
Describe the bug
Error Message
File Structure
File:
nvim/lua/plugins/init.lua
File:
nvim/init.lua
Steps To Reproduce
Run
nvim
Expected Behavior
It should load all the
plugins
with itssubfolders