From af1b53063ba758707d35e242c08929404541f379 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Wed, 30 Apr 2025 20:52:05 +0200 Subject: [PATCH] fix(fugitive): change vert size to 50 --- lua/ow/plugins/fugitive.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/ow/plugins/fugitive.lua b/lua/ow/plugins/fugitive.lua index 5458278..8d00258 100644 --- a/lua/ow/plugins/fugitive.lua +++ b/lua/ow/plugins/fugitive.lua @@ -3,7 +3,7 @@ local function git_status_tab() vim.cmd.tabnew() vim.cmd("leftabove vertical G") - vim.cmd("vertical resize 40") + vim.cmd("vertical resize 50") vim.cmd.set("wfw") end