astronvim_user icon indicating copy to clipboard operation
astronvim_user copied to clipboard

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

Open zhiweichen0012 opened this issue 2 years ago • 2 comments

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)

zhiweichen0012 avatar Dec 10 '23 03:12 zhiweichen0012

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

chaozwn avatar Dec 10 '23 06:12 chaozwn

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

zhiweichen0012 avatar Dec 10 '23 07:12 zhiweichen0012