mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-11-09 15:01:13 +00:00
14 lines
203 B
Lua
14 lines
203 B
Lua
local status_ok, sad = pcall(require, "sad")
|
|
if not status_ok then
|
|
return
|
|
end
|
|
|
|
sad.setup({
|
|
diff = "delta",
|
|
ls_file = "fd",
|
|
exact = false,
|
|
vsplit = false,
|
|
height_ratio = 0.7,
|
|
width_ratio = 0.7,
|
|
})
|