mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
10 lines
412 B
Lua
10 lines
412 B
Lua
-- https://github.com/ray-x/sad.nvim
|
|
require("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.5, -- height ratio of sad window when split horizontally
|
|
width_ratio = 0.5, -- height ratio of sad window when split vertically
|
|
})
|