Strange behavior after changing the defaults root path #1361
Unanswered
alepapadop
asked this question in
Q&A
Replies: 1 comment
-
Try setting |
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
-
Hello,
have set up a simple init.lua file with the following settings.
My intention is to have lazy and all other plugins stored under the directory named my_plugins
In the code above I edited the root path in the defaults settings of lazy.nvim. This gives me a strange behavior, every time nvim
starts the lazy.nvim repo is cloned again and lazy.nvim adds itself in the clean stack. Like in the following image
My file structure is like this
Is this behavior expected or is it a bug?
Beta Was this translation helpful? Give feedback.
All reactions