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
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
VertSplit
WinSeparator
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",
VertSplit = "VertSplit",
WinSeparator = "WinSeparator",
CursorColumn = "CursorColumn",
FileDirty = "NvimTreeGitDirty",
FileNew = "NvimTreeGitNew",

View File

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