mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-22 19:55:10 +02:00
a better path_display default for telescope (#1009)
This commit is contained in:
parent
71e0266b4b
commit
5d21a1dbd8
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ M.config = function()
|
|||
file_sorter = require("telescope.sorters").get_fzy_sorter,
|
||||
file_ignore_patterns = {},
|
||||
generic_sorter = require("telescope.sorters").get_generic_fuzzy_sorter,
|
||||
path_display = { "shorten" },
|
||||
path_display = { shorten = 5 },
|
||||
winblend = 0,
|
||||
border = {},
|
||||
borderchars = { "─", "│", "─", "│", "╭", "╮", "╯", "╰" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue