Revert "chore: update path_display (#285)"

This reverts commit 1d78add91e.
This commit is contained in:
siduck76 2021-08-19 13:24:35 +05:30
parent 32a6fd8d29
commit 6224ed6283
1 changed files with 1 additions and 4 deletions

View File

@ -37,10 +37,7 @@ telescope.setup {
file_sorter = require("telescope.sorters").get_fuzzy_file,
file_ignore_patterns = {},
generic_sorter = require("telescope.sorters").get_generic_fuzzy_sorter,
path_display = function(opts, path)
local tail = require("telescope.utils").path_tail(path)
return string.format("%s (%s)", tail, path)
end,
path_display = { "absolute" },
winblend = 0,
border = {},
borderchars = { "", "", "", "", "", "", "", "" },