Skip to content

Commit ef2c3bf

Browse files
authored
feat: add normal nc highlight group (#705)
1 parent 385f8c8 commit ef2c3bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/nvim-tree/view.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ M.View = {
2828
'Normal:NvimTreeNormal',
2929
'CursorLine:NvimTreeCursorLine',
3030
'VertSplit:NvimTreeVertSplit',
31-
'SignColumn:NvimTreeNormal',
3231
'StatusLine:NvimTreeStatusLine',
33-
'StatusLineNC:NvimTreeStatuslineNC'
32+
'StatusLineNC:NvimTreeStatuslineNC',
33+
'NormalNC:NormalNC'
3434
}, ',')
3535
},
3636
bufopts = {

0 commit comments

Comments
 (0)