summaryrefslogtreecommitdiffstats
path: root/after/plugin/git-yodel.lua
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2024-01-30 21:52:24 -0500
committerSquibid <me@zacharyscheiman.com>2024-01-30 21:52:24 -0500
commitd94b454eb61a0d0a99f9939560506c2db24f3315 (patch)
tree52dd40a8d51a79896750fa0fd0ea85fd3445405f /after/plugin/git-yodel.lua
parente669b3eb8e27069ed0c52ea269e3c27debb989b6 (diff)
downloadnvim-d94b454eb61a0d0a99f9939560506c2db24f3315.tar.gz
nvim-d94b454eb61a0d0a99f9939560506c2db24f3315.tar.bz2
nvim-d94b454eb61a0d0a99f9939560506c2db24f3315.zip
way too lazy to sort this out, adding kitchen sink
Diffstat (limited to '')
-rw-r--r--after/plugin/git-yodel.lua7
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'
}