Skip to content

Commit 22e64cc

Browse files
committed
fix: add sign column to winhl
1 parent a517959 commit 22e64cc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lua/nvim-tree/colors.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ local function get_links()
7575
LspDiagnosticsHint = "LspDiagnosticsDefaultHint",
7676
StatusLine = "StatusLine",
7777
StatusLineNC = "StatusLineNC",
78+
SignColumn = 'SignColumn',
7879
}
7980
end
8081

lua/nvim-tree/view.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ M.View = {
3030
'VertSplit:NvimTreeVertSplit',
3131
'StatusLine:NvimTreeStatusLine',
3232
'StatusLineNC:NvimTreeStatuslineNC',
33+
'SignColumn:NvimTreeSignColumn',
3334
'NormalNC:NormalNC'
3435
}, ',')
3536
},

0 commit comments

Comments
 (0)