18 lines
285 B
Lua
Executable File
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,
|
|
},
|
|
}
|
|
}
|