dotfiles/nvim/lua/plugins/mini-files.lua.bak
henryEto 7c9e23beb3 ??
2025-08-30 11:33:00 -06:00

18 lines
285 B
Lua
Executable File

return {
'echasnovski/mini.files',
version = '*',
opts = {
options = {
permanent_delete = false,
use_as_default_explorer = true,
},
windows = {
preview = true,
width_focus = 50,
width_nofocus = 15,
-- Width of preview window
width_preview = 72,
},
}
}