Replies: 1 comment
-
I've just rewritten the plugin so this should be achievable with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I usually have a directory containing multiple nested projects opened. I'm also reliant nvim-rooter to change my CWD and because of that plugins like Telescope would get narrow-scoped to the nested project when greping strings/files.
My initial solution was to map
<C-P>
to change CWD to parent directory when opening telescope fuzzy finderThat approach works but falls short when opening a deeply nested project, and so I was wondeirng if
Persisted
could expoe a function that returns the initial session root directory so that I can use in place ofcd ..
Beta Was this translation helpful? Give feedback.
All reactions