From ccf5993bb4adaa0effaecb54b359dd3e64aa7493 Mon Sep 17 00:00:00 2001 From: Lorenzo Bettini Date: Tue, 23 Jul 2024 18:17:53 +0200 Subject: [PATCH] customized mini.files --- lua/plugins/extend-mini-files.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lua/plugins/extend-mini-files.lua 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, + }, + }, +}