From 20ef83bcaaf46b45571879915e6df957a15e2504 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 18 Jul 2023 09:25:40 +0000 Subject: aaa --- plugin/git-yodel.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 plugin/git-yodel.lua (limited to 'plugin/git-yodel.lua') 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') -- cgit v1.2.1