Skip to content

Commit 546a808

Browse files
author
Fabian Imhof
committed
update config for convenience
1 parent 28f257f commit 546a808

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

lua/custom/plugins/telescope.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ return { -- Fuzzy Finder (files, lsp, etc)
3535
-- },
3636
-- },
3737
-- pickers = {}
38+
defaults = { path_display = { 'smart' } },
3839
extensions = {
3940
['ui-select'] = {
4041
require('telescope.themes').get_dropdown(),

lua/kickstart/plugins/neo-tree.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,10 @@ return {
2323
winbar = true,
2424
statusline = false,
2525
},
26+
-- NOTE: activate this to collapse empty folders -> might cause performance drop
27+
-- filesystem = {
28+
-- group_empty_dirs = true,
29+
-- scan_mode = 'deep',
30+
-- },
2631
},
2732
}

0 commit comments

Comments
 (0)