aboutsummaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-07-18 09:25:40 +0000
committerSquibid <me@zacharyscheiman.com>2023-07-18 09:25:40 +0000
commit20ef83bcaaf46b45571879915e6df957a15e2504 (patch)
tree19e4ea2642d23f2a5f485832555de251f605a12e /plugin
downloadgit-yodel-20ef83bcaaf46b45571879915e6df957a15e2504.tar.gz
git-yodel-20ef83bcaaf46b45571879915e6df957a15e2504.tar.bz2
git-yodel-20ef83bcaaf46b45571879915e6df957a15e2504.zip
aaa
Diffstat (limited to 'plugin')
-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')