alpha2phi / modern-neovim

Crafting a modernized development environment with Neovim.
MIT License
140 stars 41 forks source link

fix: plugins in lazy setup should be a table rather than a string #19

Closed qazxcdswe123 closed 1 year ago

qazxcdswe123 commented 1 year ago

The first argument of setup should not be string. error msg:

Error detected while processing /Users/ccyynn/.config/nv/init.lua:
No specs found for module plugins

BTW this error only affect 01-init.

qazxcdswe123 commented 1 year ago

Oh it seems that this is not the cause of the error, strange.. OK it's because the folder structure issue, sorry for the disturbance :D