aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/git-yodel.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--plugin/git-yodel.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugin/git-yodel.lua b/plugin/git-yodel.lua
new file mode 100644
index 0000000..1c807c2
--- /dev/null
+++ b/plugin/git-yodel.lua
@@ -0,0 +1,7 @@
+if vim.g.loaded_gityodel == 1 then
+ return
+end
+
+vim.g.loaded_gityodel = 1
+
+local gityodel = require('git-yodel')