From b8d70ed288b3b542b7bb24609384aa540339b2da Mon Sep 17 00:00:00 2001 From: Squibid Date: Wed, 2 Aug 2023 20:47:28 -0400 Subject: add git-yodel --- after/plugin/git-yodel.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 after/plugin/git-yodel.lua (limited to 'after/plugin/git-yodel.lua') diff --git a/after/plugin/git-yodel.lua b/after/plugin/git-yodel.lua new file mode 100644 index 0000000..434ce4f --- /dev/null +++ b/after/plugin/git-yodel.lua @@ -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', + } +} -- cgit v1.2.1