diff options
Diffstat (limited to '')
-rw-r--r-- | after/plugin/git-yodel.lua | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/after/plugin/git-yodel.lua b/after/plugin/git-yodel.lua index 434ce4f..8c814dc 100644 --- a/after/plugin/git-yodel.lua +++ b/after/plugin/git-yodel.lua @@ -4,9 +4,6 @@ if not status_ok then end yodel.setup { - diffpreview = { - border = 'shadow', - width = 'auto', - height = 'auto', - } + border = 'shadow', + position = 'auto' } |