From 488871af67dc26d88fe0ffde40e63a2e092e5573 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sun, 2 Oct 2022 09:34:19 +0200 Subject: [PATCH] chore(nvim): change sad layout --- nvim/after/plugin/sad.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/after/plugin/sad.lua b/nvim/after/plugin/sad.lua index 3ef0c66..2d07f2c 100644 --- a/nvim/after/plugin/sad.lua +++ b/nvim/after/plugin/sad.lua @@ -8,7 +8,7 @@ sad.setup({ diff = "delta", -- you can use `diff`, `diff-so-fancy` ls_file = "fd", -- also git ls_file exact = false, -- exact match - vsplit = false, -- split sad window the screen vertically, when set to number + vsplit = true, -- split sad window the screen vertically, when set to number height_ratio = 0.5, -- height ratio of sad window when split horizontally width_ratio = 0.5, -- height ratio of sad window when split vertically })