chaozwn / astronvim_with_coc_or_mason

astronvim_config
92 stars 24 forks source link

Failed to load `user.plugins.community-pack` #13

Open zhiweichen0012 opened 8 months ago

zhiweichen0012 commented 8 months ago

Thank you for providing such a good repository. I have the following errors when using your configuration:

Error detected while processing ~/.config/nvim/init.lua: Failed to load ''user.plugins.community-pack'' ...local/share/nvim/lazy/lazy.nvim/lua/lazy/core/plugin.lua:351: attempt to get length of local 's pec (a boolean value)

chaozwn commented 8 months ago

Thank you for providing such a good repository. I have the following errors when using your configuration:

Error detected while processing ~/.config/nvim/init.lua: Failed to load ''user.plugins.community-pack'' ...local/share/nvim/lazy/lazy.nvim/lua/lazy/core/plugin.lua:351: attempt to get length of local 's pec (a boolean value)

Clear your historical cache; this configuration should be fine. Please start by initializing according to the Astronvim tutorial.

mv ~/.local/share/nvim ~/.local/share/nvim.bak
mv ~/.local/state/nvim ~/.local/state/nvim.bak
mv ~/.cache/nvim ~/.cache/nvim.bak
zhiweichen0012 commented 8 months ago

Thank you for your reply.

After trying, it seems that there is still this problem. It would be great if you could help solve it!

1