mirror of https://github.com/LazyVim/starter
11 lines
155 B
Lua
11 lines
155 B
Lua
|
return {
|
||
|
"echasnovski/mini.files",
|
||
|
opts = {
|
||
|
windows = {
|
||
|
width_nofocus = 20,
|
||
|
width_focus = 50,
|
||
|
width_preview = 100,
|
||
|
},
|
||
|
},
|
||
|
}
|