cljoly/telescope-repo.nvim

File jumping does not work properly

cljoly opened this issue · 2 comments

Once the project is selected, a second prompt appears, to select a file in that project.

Unfortunately, this seems not to work anymore with recent telescope version. I’ll look into this asap.

This only affects the current dev branch and it is due to excessive option pass down (rather than a change in Telescope interface, as I initially thought). This was introduced by 91fe52d and should be fixed by keeping the user options clean of custom changes.

The commit that introduced the bug did not make it to master, so merging the fix to dev was enough to fix this issue