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