mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-12 21:51:13 +00:00
9 lines
134 B
Lua
9 lines
134 B
Lua
require("sad").setup({
|
|
diff = "delta",
|
|
ls_file = "fd",
|
|
exact = false,
|
|
vsplit = false,
|
|
height_ratio = 0.7,
|
|
width_ratio = 0.7,
|
|
})
|