We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e64cc commit edc74eeCopy full SHA for edc74ee
lua/nvim-tree/colors.lua
@@ -57,6 +57,7 @@ local function get_links()
57
EmptyFolderName = 'Directory',
58
OpenedFolderName = 'Directory',
59
Normal = 'Normal',
60
+ NormalNC = 'NormalNC',
61
EndOfBuffer = 'EndOfBuffer',
62
CursorLine = 'CursorLine',
63
VertSplit = 'VertSplit',
lua/nvim-tree/view.lua
@@ -31,7 +31,7 @@ M.View = {
31
'StatusLine:NvimTreeStatusLine',
32
'StatusLineNC:NvimTreeStatuslineNC',
33
'SignColumn:NvimTreeSignColumn',
34
- 'NormalNC:NormalNC'
+ 'NormalNC:NvimTreeNormalNC',
35
}, ',')
36
},
37
bufopts = {
0 commit comments