mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
customized mini.files
This commit is contained in:
parent
fc67d694ac
commit
ccf5993bb4
1 changed files with 10 additions and 0 deletions
10
lua/plugins/extend-mini-files.lua
Normal file
10
lua/plugins/extend-mini-files.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"echasnovski/mini.files",
|
||||
opts = {
|
||||
windows = {
|
||||
width_nofocus = 20,
|
||||
width_focus = 50,
|
||||
width_preview = 100,
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue