summaryrefslogtreecommitdiff
path: root/lua/lv-telescope/init.lua
diff options
context:
space:
mode:
authorchristianchiarulli <[email protected]>2021-07-08 17:17:45 -0400
committerchristianchiarulli <[email protected]>2021-07-08 17:17:45 -0400
commit9b1d18a1c172e09bc44a9c80b79d1d9cb37a140a (patch)
tree148adcad1734fe77aa858612fb1421cd9f089ceb /lua/lv-telescope/init.lua
parent25cfc15b46039f4a40a23d83cc555ff02a39f086 (diff)
parent4f372bb3b77f5bc60aa14fdaf2b9687414fc981a (diff)
Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into rolling
Diffstat (limited to 'lua/lv-telescope/init.lua')
-rw-r--r--lua/lv-telescope/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lv-telescope/init.lua b/lua/lv-telescope/init.lua
index 8175a7ed..51fc24e5 100644
--- a/lua/lv-telescope/init.lua
+++ b/lua/lv-telescope/init.lua
@@ -36,7 +36,7 @@ telescope.setup {
file_sorter = require("telescope.sorters").get_fzy_sorter,
file_ignore_patterns = {},
generic_sorter = require("telescope.sorters").get_generic_fuzzy_sorter,
- shorten_path = true,
+ path_display = {"shorten"},
winblend = 0,
border = {},
borderchars = { "─", "│", "─", "│", "╭", "╮", "╯", "╰" },