Revert "chore: update path_display (#285)"
This reverts commit 1d78add91e.
			
			
This commit is contained in:
		
							parent
							
								
									32a6fd8d29
								
							
						
					
					
						commit
						6224ed6283
					
				@ -37,10 +37,7 @@ telescope.setup {
 | 
			
		||||
      file_sorter = require("telescope.sorters").get_fuzzy_file,
 | 
			
		||||
      file_ignore_patterns = {},
 | 
			
		||||
      generic_sorter = require("telescope.sorters").get_generic_fuzzy_sorter,
 | 
			
		||||
      path_display = function(opts, path)
 | 
			
		||||
        local tail = require("telescope.utils").path_tail(path)
 | 
			
		||||
        return string.format("%s (%s)", tail, path)
 | 
			
		||||
      end,
 | 
			
		||||
      path_display = { "absolute" },
 | 
			
		||||
      winblend = 0,
 | 
			
		||||
      border = {},
 | 
			
		||||
      borderchars = { "─", "│", "─", "│", "╭", "╮", "╯", "╰" },
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user