From 8647764ffc96c5eceed5ae0b110a73aec6bd2f7e Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Thu, 14 Sep 2023 08:40:32 +0530 Subject: [PATCH] refactor: use smart display for telescope path --- lua/plugins/editor.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 24b80a2..6df8684 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -158,6 +158,9 @@ return { prompt_prefix = "", selection_caret = "", sorting_strategy = "ascending", + path_display = { + "smart", + }, layout_config = { horizontal = { prompt_position = "top",