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
|
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
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user