Merge pull request #144 from Akianonymus/main

telescope.lua: Use path_display instead of shorten_path
This commit is contained in:
siduck76 2021-07-09 10:38:40 +05:30 committed by GitHub
commit 61778b20f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {"", "", "", "", "", "", "", ""},