telescope-zoxide
telescope-zoxide copied to clipboard
feat: add `path_display` support with a default value
- Add default
path_display
to:- Replace home dir with
~
to make path shorter. - Truncate long path.
- Filename highlighting.
- Replace home dir with
- Add
show_score
opt, default to true. - Add
previewer
opt, uses terminal tree previewer viaeza
/tree
, can be disabled by user viapreviewer = false
.
Copied some codes from gczcn's fork, telescope-z.nvim and petobens's dotfiles.