This reverts commit 86d573dad7.
This commit is contained in:
parent
86d573dad7
commit
483f1550d1
@ -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
|
||||
|
||||
@ -64,7 +64,7 @@ local function get_links()
|
||||
NormalNC = "NvimTreeNormal",
|
||||
EndOfBuffer = "EndOfBuffer",
|
||||
CursorLine = "CursorLine",
|
||||
WinSeparator = "WinSeparator",
|
||||
VertSplit = "VertSplit",
|
||||
CursorColumn = "CursorColumn",
|
||||
FileDirty = "NvimTreeGitDirty",
|
||||
FileNew = "NvimTreeGitNew",
|
||||
|
||||
@ -27,7 +27,7 @@ M.View = {
|
||||
"EndOfBuffer:NvimTreeEndOfBuffer",
|
||||
"Normal:NvimTreeNormal",
|
||||
"CursorLine:NvimTreeCursorLine",
|
||||
"WinSeparator:NvimTreeWinSeparator",
|
||||
"VertSplit:NvimTreeVertSplit",
|
||||
"StatusLine:NvimTreeStatusLine",
|
||||
"StatusLineNC:NvimTreeStatuslineNC",
|
||||
"SignColumn:NvimTreeSignColumn",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user