mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix nil git groups
This commit is contained in:
parent
c7303fda41
commit
940ffe52a5
2 changed files with 23 additions and 25 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue