Open eyalk11 opened 9 months ago
Using path_display={'shorten'}
mitigate it. Not ideal. Using truncate or smart had no effect. Ah, tail
actually does work, but it doesn't use ..
appropriately, namely it reverts to full path if two dirs difference. It seems that the smart/truncate option should have done it ,but it doesn't work.
Description
I am on windows.
I see this when looking for symbols:
It happens in lua ls and pylsp.
Neovim version
Operating system and version
windows 10
Telescope version / branch / rev
commit dce1156ca103b8222e4abbfc63f9c6887abf5ec6 (HEAD -> master)
checkhealth telescope
Steps to reproduce
require'telescope.builtin'.lsp_workspace_symbols()
Expected behavior
Show files relative to cwd. Use .. if needed.
Actual behavior
Showing absolute paths, taking entire width of screen. None of the
path_display
options allow it.Minimal config