You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Say I my working directory is
src/module/
, and I'm editingmod.rs
. If I want to use ripgrep or telescope, the current nvim setup will only userg
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.
The text was updated successfully, but these errors were encountered: