Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lookup_parents seems to have stopped working #15

Open
carlos-algms opened this issue Aug 15, 2024 · 1 comment · May be fixed by #16
Open

lookup_parents seems to have stopped working #15

carlos-algms opened this issue Aug 15, 2024 · 1 comment · May be fixed by #16

Comments

@carlos-algms
Copy link

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
@Drowze
Copy link

Drowze commented Aug 16, 2024

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)

@mrjohannchang mrjohannchang linked a pull request Aug 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants