module 'lazy' not found #776
Replies: 2 comments
-
The setting seems to be correct. It may be that the directory permissions are wrong or something like that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There's multiple issues/questions like this in this repo. That's because the bootstrap failed, so the initial git clone. Nothing I can do about that, since lazy isn't even installed yet. Likely due to internet issues. Just delete ~/.local/share/nvim/lazy and try again |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I add plugins:
I get error reported:
I used$vim.pretty_print$ to print $lazypath$ and found that $lazypath$ is '/Users/horacexu/.local/share/nvim/lazy/lazy.nvim'$lazy.nvim$ is in the dir $/Users/horacexu/.local/share/nvim/lazy/$
I checked that this
but it seems that this dir was not searched
My os is mac venture os 13
Beta Was this translation helpful? Give feedback.
All reactions