nvim-config-local icon indicating copy to clipboard operation
nvim-config-local copied to clipboard

lookup_parents seems to have stopped working

Open carlos-algms opened this issue 1 year ago • 1 comments

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

carlos-algms avatar Aug 15 '24 12:08 carlos-algms

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)

Drowze avatar Aug 16 '24 16:08 Drowze