We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a64de8 commit 24d329dCopy full SHA for 24d329d
lua/dired/init.lua
@@ -283,6 +283,7 @@ UI.Window = {
283
row = config.row,
284
col = config.col,
285
border = 'rounded',
286
+ hide = true,
287
})
288
vim.bo[buf].buftype = 'nofile'
289
vim.bo[buf].bufhidden = 'wipe'
@@ -676,6 +677,7 @@ Browser.refresh = function(state, path)
676
677
cfg.width = math.min(cfg.width, maxwidth + 8)
678
cfg.col = math.floor((vim.o.columns - cfg.width) / 2)
679
cfg.height = math.min(cfg.height, #collected_entries + 5)
680
+ cfg.hide = false
681
local curpath = vim.fs.basename(vim.fs.normalize(state.current_path))
682
if not cfg.title then
683
cfg.title = curpath
0 commit comments