config telescope to short path

This commit is contained in:
Lucas Garcia Rubio 2025-04-29 13:25:53 -03:00
parent 725f770d47
commit 9f8d2f1019
1 changed files with 10 additions and 0 deletions

View File

@ -406,6 +406,16 @@ require('lazy').setup({
-- }, -- },
-- }, -- },
-- pickers = {} -- pickers = {}
defaults = {
wrap_results = false,
initial_mode = 'insert',
path_display = {
shorten = {
len = 1,
exclude = { -1, -2 },
},
},
},
extensions = { extensions = {
['ui-select'] = { ['ui-select'] = {
require('telescope.themes').get_dropdown(), require('telescope.themes').get_dropdown(),