update config for convenience

This commit is contained in:
Fabian Imhof 2024-10-08 17:37:28 +02:00
parent 28f257fcb1
commit 546a80891f
2 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,7 @@ return { -- Fuzzy Finder (files, lsp, etc)
-- }, -- },
-- }, -- },
-- pickers = {} -- pickers = {}
defaults = { path_display = { 'smart' } },
extensions = { extensions = {
['ui-select'] = { ['ui-select'] = {
require('telescope.themes').get_dropdown(), require('telescope.themes').get_dropdown(),

View File

@ -23,5 +23,10 @@ return {
winbar = true, winbar = true,
statusline = false, statusline = false,
}, },
-- NOTE: activate this to collapse empty folders -> might cause performance drop
-- filesystem = {
-- group_empty_dirs = true,
-- scan_mode = 'deep',
-- },
}, },
} }