add git-yodel

This commit is contained in:
2023-08-02 20:47:28 -04:00
parent 152f3eb569
commit a8a1bef56a
2 changed files with 15 additions and 2 deletions

View File

@ -0,0 +1,12 @@
local status_ok, yodel = pcall(require, "git-yodel")
if not status_ok then
return
end
yodel.setup {
diffpreview = {
border = 'shadow',
width = 'auto',
height = 'auto',
}
}