feat: add delta diff viewer

This commit is contained in:
Stefan Imhoff
2022-10-01 19:21:36 +02:00
parent a7a262222c
commit ecbb5e77e6
3 changed files with 16 additions and 3 deletions

View File

@@ -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 = true, -- split sad window the screen vertically, when set to number
height_ratio = 0.6, -- height ratio of sad window when split horizontally
width_ratio = 0.6, -- height ratio of sad window when split vertically
vsplit = false, -- 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
})