From 2339658a8332b77a0dbc98169c50916bc45a492b Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Fri, 2 May 2025 21:29:15 +0200 Subject: [PATCH] fix(oil): decrease width --- lua/ow/plugins/oil.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/ow/plugins/oil.lua b/lua/ow/plugins/oil.lua index 0413561..32fd6e9 100644 --- a/lua/ow/plugins/oil.lua +++ b/lua/ow/plugins/oil.lua @@ -21,7 +21,7 @@ return { }, delete_to_trash = true, float = { - max_width = 80, + max_width = 60, max_height = 20, }, skip_confirm_for_simple_edits = true,