aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/telescope.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/telescope.lua')
-rw-r--r--nvim/lua/plugins/telescope.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/plugins/telescope.lua b/nvim/lua/plugins/telescope.lua
index bbf33ce..d7fd279 100644
--- a/nvim/lua/plugins/telescope.lua
+++ b/nvim/lua/plugins/telescope.lua
@@ -7,7 +7,7 @@ return {
7 lazy = true, 7 lazy = true,
8 opts = { 8 opts = {
9 defaults = { 9 defaults = {
10 path_display = { "truncate" }, 10 path_display = { "smart", "truncate" },
11 }, 11 },
12 }, 12 },
13 keys = { 13 keys = {