summaryrefslogtreecommitdiffstats
path: root/after/plugin/git-yodel.lua
diff options
context:
space:
mode:
Diffstat (limited to 'after/plugin/git-yodel.lua')
-rw-r--r--after/plugin/git-yodel.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/after/plugin/git-yodel.lua b/after/plugin/git-yodel.lua
deleted file mode 100644
index 8c814dc..0000000
--- a/after/plugin/git-yodel.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-local status_ok, yodel = pcall(require, "git-yodel")
-if not status_ok then
- return
-end
-
-yodel.setup {
- border = 'shadow',
- position = 'auto'
-}