fix: link normalNC and signcolumn to normal

This commit is contained in:
kiyan
2021-10-10 10:59:40 +02:00
parent edc74ee6c4
commit 64c31aaec7

View File

@@ -57,7 +57,7 @@ local function get_links()
EmptyFolderName = 'Directory',
OpenedFolderName = 'Directory',
Normal = 'Normal',
NormalNC = 'NormalNC',
NormalNC = 'Normal',
EndOfBuffer = 'EndOfBuffer',
CursorLine = 'CursorLine',
VertSplit = 'VertSplit',
@@ -76,7 +76,7 @@ local function get_links()
LspDiagnosticsHint = "LspDiagnosticsDefaultHint",
StatusLine = "StatusLine",
StatusLineNC = "StatusLineNC",
SignColumn = 'SignColumn',
SignColumn = 'Normal',
}
end