aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/git-yodel.lua
blob: 1c807c27be80f14093eac3cd948875dca40f1e30 (plain) (blame)
1
2
3
4
5
6
7
if vim.g.loaded_gityodel == 1 then
  return
end

vim.g.loaded_gityodel = 1

local gityodel = require('git-yodel')