fix nil git groups

This commit is contained in:
mvllow 2022-02-05 13:12:32 -06:00
commit 940ffe52a5
2 changed files with 23 additions and 25 deletions

View file

@ -68,17 +68,15 @@ function M.setup(opts)
info = 'foam',
warn = 'gold',
git = {
add = 'foam',
change = 'rose',
delete = 'love',
dirty = 'rose',
ignore = 'muted',
merge = 'iris',
rename = 'pine',
stage = 'iris',
text = 'rose',
},
git_add = 'foam',
git_change = 'rose',
git_delete = 'love',
git_dirty = 'rose',
git_ignore = 'muted',
git_merge = 'iris',
git_rename = 'pine',
git_stage = 'iris',
git_text = 'rose',
headings = {
h1 = 'iris',