diff --git a/lua/plugins/extend-mini-files.lua b/lua/plugins/extend-mini-files.lua new file mode 100644 index 0000000..b557ea8 --- /dev/null +++ b/lua/plugins/extend-mini-files.lua @@ -0,0 +1,10 @@ +return { + "echasnovski/mini.files", + opts = { + windows = { + width_nofocus = 20, + width_focus = 50, + width_preview = 100, + }, + }, +}