I'm using nvim tree for explorer. I integrated it with remote-sshfs.nvim as described in README.md.
It works very well. However, if I change directory on nvim tree, the remote live grep stuff does not correspondingly change it, so it needs to search the root location extensively.
Can we upgrade it?
For example, on server, let's say there are ./hello.py and ./A/hello.py.
If I change the directory to ./A on nvim tree, I would expect the remote live grep searches things "only from ./A", so the result should be ./A/hello.py only, not including ./hello.py.