Replies: 1 comment
-
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 open a folder in neovim that contains a .lazy.lua file, it looks like
vim.uv.cwd()
is always set to $HOME when this code runs:lazy.nvim/lua/lazy/core/plugin.lua
Line 292 in 1159bdc
That makes it so the .lazy.lua file is never sourced.
Not sure if it's an actual issue or just a misunderstanding on my side about how the feature should be used.
Beta Was this translation helpful? Give feedback.
All reactions