From 546a80891f2602800497d7e13a7c875393aeabb1 Mon Sep 17 00:00:00 2001 From: Fabian Imhof Date: Tue, 8 Oct 2024 17:37:28 +0200 Subject: [PATCH] update config for convenience --- lua/custom/plugins/telescope.lua | 1 + lua/kickstart/plugins/neo-tree.lua | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/lua/custom/plugins/telescope.lua b/lua/custom/plugins/telescope.lua index 27731994..a2360b9d 100644 --- a/lua/custom/plugins/telescope.lua +++ b/lua/custom/plugins/telescope.lua @@ -35,6 +35,7 @@ return { -- Fuzzy Finder (files, lsp, etc) -- }, -- }, -- pickers = {} + defaults = { path_display = { 'smart' } }, extensions = { ['ui-select'] = { require('telescope.themes').get_dropdown(), diff --git a/lua/kickstart/plugins/neo-tree.lua b/lua/kickstart/plugins/neo-tree.lua index 22c48ff3..1325f7fc 100644 --- a/lua/kickstart/plugins/neo-tree.lua +++ b/lua/kickstart/plugins/neo-tree.lua @@ -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', + -- }, }, }