fix: replace vertsplit highlights (#1142) (#1219)

This commit is contained in:
siduck
2022-04-30 21:17:29 +05:30
committed by GitHub
parent 428898154f
commit 86d573dad7
3 changed files with 3 additions and 3 deletions

View File

@@ -875,7 +875,7 @@ There are also links to normal bindings to style the tree itself.
Normal Normal
EndOfBuffer EndOfBuffer
CursorLine CursorLine
VertSplit WinSeparator
CursorColumn CursorColumn
There are also links for file highlight with git properties There are also links for file highlight with git properties

View File

@@ -64,7 +64,7 @@ local function get_links()
NormalNC = "NvimTreeNormal", NormalNC = "NvimTreeNormal",
EndOfBuffer = "EndOfBuffer", EndOfBuffer = "EndOfBuffer",
CursorLine = "CursorLine", CursorLine = "CursorLine",
VertSplit = "VertSplit", WinSeparator = "WinSeparator",
CursorColumn = "CursorColumn", CursorColumn = "CursorColumn",
FileDirty = "NvimTreeGitDirty", FileDirty = "NvimTreeGitDirty",
FileNew = "NvimTreeGitNew", FileNew = "NvimTreeGitNew",

View File

@@ -27,7 +27,7 @@ M.View = {
"EndOfBuffer:NvimTreeEndOfBuffer", "EndOfBuffer:NvimTreeEndOfBuffer",
"Normal:NvimTreeNormal", "Normal:NvimTreeNormal",
"CursorLine:NvimTreeCursorLine", "CursorLine:NvimTreeCursorLine",
"VertSplit:NvimTreeVertSplit", "WinSeparator:NvimTreeWinSeparator",
"StatusLine:NvimTreeStatusLine", "StatusLine:NvimTreeStatusLine",
"StatusLineNC:NvimTreeStatuslineNC", "StatusLineNC:NvimTreeStatuslineNC",
"SignColumn:NvimTreeSignColumn", "SignColumn:NvimTreeSignColumn",