chore(nvim): change sad layout

This commit is contained in:
Stefan Imhoff
2022-10-02 09:34:19 +02:00
parent 149f17fe8f
commit 488871af67

View File

@@ -8,7 +8,7 @@ sad.setup({
diff = "delta", -- you can use `diff`, `diff-so-fancy` diff = "delta", -- you can use `diff`, `diff-so-fancy`
ls_file = "fd", -- also git ls_file ls_file = "fd", -- also git ls_file
exact = false, -- exact match 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 height_ratio = 0.5, -- height ratio of sad window when split horizontally
width_ratio = 0.5, -- height ratio of sad window when split vertically width_ratio = 0.5, -- height ratio of sad window when split vertically
}) })