summaryrefslogtreecommitdiffstats
path: root/after/plugin/git-yodel.lua
blob: 8c814dcc3c4d90c1d916d84d0207d6e622850332 (plain) (blame)
1
2
3
4
5
6
7
8
9
local status_ok, yodel = pcall(require, "git-yodel")
if not status_ok then
	return
end

yodel.setup {
  border = 'shadow',
  position = 'auto'
}