Merge pull request #144 from Akianonymus/main
telescope.lua: Use path_display instead of shorten_path
This commit is contained in:
commit
61778b20f1
|
@ -35,7 +35,7 @@ M.config = function()
|
|||
file_sorter = require "telescope.sorters".get_fuzzy_file,
|
||||
file_ignore_patterns = {},
|
||||
generic_sorter = require "telescope.sorters".get_generic_fuzzy_sorter,
|
||||
shorten_path = true,
|
||||
path_display = shorten,
|
||||
winblend = 0,
|
||||
border = {},
|
||||
borderchars = {"─", "│", "─", "│", "╭", "╮", "╯", "╰"},
|
||||
|
|
Loading…
Reference in New Issue