Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
fix(telescope): revert path_display changes, closes #34
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Jul 10, 2021
1 parent ecaf7b3 commit 8318f3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/plugins/configs/nvim-telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ telescope.setup({
file_sorter = require('telescope.sorters').get_fuzzy_file,
file_ignore_patterns = {},
generic_sorter = require('telescope.sorters').get_generic_fuzzy_sorter,
path_display = 'shorten',
winblend = 0,
scroll_strategy = 'cycle',
border = {},
Expand Down

0 comments on commit 8318f3e

Please sign in to comment.