feat: add normal nc highlight group (#705)
This commit is contained in:
parent
385f8c89e0
commit
ef2c3bfc52
@ -28,9 +28,9 @@ M.View = {
|
||||
'Normal:NvimTreeNormal',
|
||||
'CursorLine:NvimTreeCursorLine',
|
||||
'VertSplit:NvimTreeVertSplit',
|
||||
'SignColumn:NvimTreeNormal',
|
||||
'StatusLine:NvimTreeStatusLine',
|
||||
'StatusLineNC:NvimTreeStatuslineNC'
|
||||
'StatusLineNC:NvimTreeStatuslineNC',
|
||||
'NormalNC:NormalNC'
|
||||
}, ',')
|
||||
},
|
||||
bufopts = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user