update config for convenience
This commit is contained in:
parent
28f257fcb1
commit
546a80891f
|
|
@ -35,6 +35,7 @@ return { -- Fuzzy Finder (files, lsp, etc)
|
|||
-- },
|
||||
-- },
|
||||
-- pickers = {}
|
||||
defaults = { path_display = { 'smart' } },
|
||||
extensions = {
|
||||
['ui-select'] = {
|
||||
require('telescope.themes').get_dropdown(),
|
||||
|
|
|
|||
|
|
@ -23,5 +23,10 @@ return {
|
|||
winbar = true,
|
||||
statusline = false,
|
||||
},
|
||||
-- NOTE: activate this to collapse empty folders -> might cause performance drop
|
||||
-- filesystem = {
|
||||
-- group_empty_dirs = true,
|
||||
-- scan_mode = 'deep',
|
||||
-- },
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue