You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just stumbled on this issue. It's been a while I didn't use nvim-config-local and just went back to it today, so I'm not sure when it actually did stop working (my first guess would be nvim 0.10 release).
I'm currently getting around it by just symlinking a .nvim.lua in each "child" directory (ln -s ../.nvim.lua .nvim.lua)
I have a folder structure like this:
And the
.nvim.lua
was always loaded, when opening projectA
orB
, and I knew it was working because of the notification saying it.Now it suddenly stopped working.
However, if I open
projects/
it still loads, so it seems to be related tolookup_parents
only.nvim version:
The text was updated successfully, but these errors were encountered: