starter/lua/plugins/extend-mini-files.lua

11 lines
155 B
Lua
Raw Normal View History

2024-07-24 00:17:53 +08:00
return {
"echasnovski/mini.files",
opts = {
windows = {
width_nofocus = 20,
width_focus = 50,
width_preview = 100,
},
},
}