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
EndOfBuffer
CursorLine
WinSeparator
VertSplit
CursorColumn
There are also links for file highlight with git properties

View File

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

View File

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