From 6224ed6283f744f85c9a0b370f8debb82d8331b8 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Thu, 19 Aug 2021 13:24:35 +0530 Subject: [PATCH] Revert "chore: update path_display (#285)" This reverts commit 1d78add91ea88d91cd0d4357940db21ddfb0c94f. --- lua/plugins/telescope.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index 0fe5312..40b7383 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -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 = { "─", "│", "─", "│", "╭", "╮", "╯", "╰" },