diff options
Diffstat (limited to 'nvim/lua/plugins')
| -rw-r--r-- | nvim/lua/plugins/telescope.lua | 2 |
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 = { |
