add git-yodel
This commit is contained in:
parent
1f975ad075
commit
b8d70ed288
2 changed files with 15 additions and 2 deletions
12
after/plugin/git-yodel.lua
Normal file
12
after/plugin/git-yodel.lua
Normal 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',
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue