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 a517959 commit 22e64ccCopy full SHA for 22e64cc
lua/nvim-tree/colors.lua
@@ -75,6 +75,7 @@ local function get_links()
75
LspDiagnosticsHint = "LspDiagnosticsDefaultHint",
76
StatusLine = "StatusLine",
77
StatusLineNC = "StatusLineNC",
78
+ SignColumn = 'SignColumn',
79
}
80
end
81
lua/nvim-tree/view.lua
@@ -30,6 +30,7 @@ M.View = {
30
'VertSplit:NvimTreeVertSplit',
31
'StatusLine:NvimTreeStatusLine',
32
'StatusLineNC:NvimTreeStatuslineNC',
33
+ 'SignColumn:NvimTreeSignColumn',
34
'NormalNC:NormalNC'
35
}, ',')
36
},
0 commit comments