-
-
Notifications
You must be signed in to change notification settings - Fork 853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
path_display
options do NOT work with extensions and some other builtins
#2712
Comments
display_path
options do NOT work with extensions and some other builtinspath_display
options do NOT work with extensions and some other builtins
yeah this is a known issue. just haven't had the time. |
Also this is related issue #2408 |
@searleser97 FYI: The current build of frecency supports |
Sorry, this issue means that the default setting of telescope.nvim is ignored in some pickers (like frecency). telescope.setup {
defaults = { path_display = { "shorten" } },
} " This is shorten
:Telescope frecency path_display={"shorten"}
" But this is NOT shorten
:Telescope frecency I will fix this. |
I think it also doesn't work with this other plugin https://github.com/smartpde/telescope-recent-files so you guys can test with a plugin where it doesn't work |
I fixed this for |
Description
display_path options like shorten, truncate, etc do not work with some telescope extensions and other builtin features,
Take a look at the following 2 comments
#895 (comment)
Neovim version
Operating system and version
Ubuntu 22.04
Telescope version / branch / rev
latest
checkhealth telescope
Steps to reproduce
Described in description box
Expected behavior
display path options should work with plugins and other builtins not just find_files
Actual behavior
display path options don't work with extensions and other builtins
The text was updated successfully, but these errors were encountered: