fix: link normalNC and signcolumn to normal
This commit is contained in:
@@ -57,7 +57,7 @@ local function get_links()
|
|||||||
EmptyFolderName = 'Directory',
|
EmptyFolderName = 'Directory',
|
||||||
OpenedFolderName = 'Directory',
|
OpenedFolderName = 'Directory',
|
||||||
Normal = 'Normal',
|
Normal = 'Normal',
|
||||||
NormalNC = 'NormalNC',
|
NormalNC = 'Normal',
|
||||||
EndOfBuffer = 'EndOfBuffer',
|
EndOfBuffer = 'EndOfBuffer',
|
||||||
CursorLine = 'CursorLine',
|
CursorLine = 'CursorLine',
|
||||||
VertSplit = 'VertSplit',
|
VertSplit = 'VertSplit',
|
||||||
@@ -76,7 +76,7 @@ local function get_links()
|
|||||||
LspDiagnosticsHint = "LspDiagnosticsDefaultHint",
|
LspDiagnosticsHint = "LspDiagnosticsDefaultHint",
|
||||||
StatusLine = "StatusLine",
|
StatusLine = "StatusLine",
|
||||||
StatusLineNC = "StatusLineNC",
|
StatusLineNC = "StatusLineNC",
|
||||||
SignColumn = 'SignColumn',
|
SignColumn = 'Normal',
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user