diff options
Diffstat (limited to 'after/plugin/git-yodel.lua')
-rw-r--r-- | after/plugin/git-yodel.lua | 9 |
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' -} |