Say I my working directory is src/module/, and I'm editing mod.rs. If I want to use ripgrep or telescope, the current nvim setup will only use rg in the working directory and all children directories.
Similarly, paths from telescope and rust-analyzer give relative paths for files of children directories, but absolute paths are used for anything in parent directories. This is annoying.