Skip to content

Commit 64c31aa

Browse files
committed
fix: link normalNC and signcolumn to normal
1 parent edc74ee commit 64c31aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/nvim-tree/colors.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ local function get_links()
5757
EmptyFolderName = 'Directory',
5858
OpenedFolderName = 'Directory',
5959
Normal = 'Normal',
60-
NormalNC = 'NormalNC',
60+
NormalNC = 'Normal',
6161
EndOfBuffer = 'EndOfBuffer',
6262
CursorLine = 'CursorLine',
6363
VertSplit = 'VertSplit',
@@ -76,7 +76,7 @@ local function get_links()
7676
LspDiagnosticsHint = "LspDiagnosticsDefaultHint",
7777
StatusLine = "StatusLine",
7878
StatusLineNC = "StatusLineNC",
79-
SignColumn = 'SignColumn',
79+
SignColumn = 'Normal',
8080
}
8181
end
8282

0 commit comments

Comments
 (0)