-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
-- Sad plugin setup | ||
|
||
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 | ||
-- it is a threadhold when window is larger than the threshold sad will split vertically, | ||
height_ratio = 0.6, -- height ratio of sad window when split horizontally | ||
width_ratio = 0.6, -- height ratio of sad window when split vertically | ||
|
||
}) |