From 39be2b5c88e166aa7b04da5e2b2a13358b8a3ebc Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Thu, 31 Oct 2024 17:54:49 +0100 Subject: [PATCH] fix(oil): set max height --- lua/plugins/oil.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/oil.lua b/lua/plugins/oil.lua index 8bc13ac..eecfbe5 100644 --- a/lua/plugins/oil.lua +++ b/lua/plugins/oil.lua @@ -24,6 +24,7 @@ return { delete_to_trash = true, float = { max_width = 80, + max_height = 40, }, skip_confirm_for_simple_edits = true, watch_for_changes = false,