nvim-config-local
nvim-config-local copied to clipboard
lookup_parents seems to have stopped working
I have a folder structure like this:
projects/
- .nvim.lua
- A/
- B/
- ...etc/
And the .nvim.lua was always loaded, when opening project A or B, 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 to lookup_parents only.
nvim version:
nvim --version
NVIM v0.10.1
Build type: Release
LuaJIT 2.1.1720049189
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)