From 28ae5191660b0a2c089e14aa71d98bbf8677adc1 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Tue, 10 Sep 2024 09:43:29 +0200 Subject: [PATCH] fix(oil): set max width to 80 --- lua/plugins/oil.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/oil.lua b/lua/plugins/oil.lua index 5efb3b0..37b046f 100644 --- a/lua/plugins/oil.lua +++ b/lua/plugins/oil.lua @@ -24,6 +24,7 @@ return { delete_to_trash = true, float = { padding = 10, + max_width = 80, }, skip_confirm_for_simple_edits = true, watch_for_changes = false,