Revert "fix: replace vertsplit highlights (#1142) (#1219)" (#1223)

This reverts commit 86d573dad7.
This commit is contained in:
Alexander Courtis 2022-05-01 17:03:44 +10:00 committed by GitHub
parent 86d573dad7
commit 483f1550d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
WinSeparator VertSplit
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",
WinSeparator = "WinSeparator", VertSplit = "VertSplit",
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",
"WinSeparator:NvimTreeWinSeparator", "VertSplit:NvimTreeVertSplit",
"StatusLine:NvimTreeStatusLine", "StatusLine:NvimTreeStatusLine",
"StatusLineNC:NvimTreeStatuslineNC", "StatusLineNC:NvimTreeStatuslineNC",
"SignColumn:NvimTreeSignColumn", "SignColumn:NvimTreeSignColumn",