File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -875,7 +875,7 @@ There are also links to normal bindings to style the tree itself.
875
875
Normal
876
876
EndOfBuffer
877
877
CursorLine
878
- VertSplit
878
+ WinSeparator
879
879
CursorColumn
880
880
881
881
There are also links for file highlight with git properties
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ local function get_links()
64
64
NormalNC = " NvimTreeNormal" ,
65
65
EndOfBuffer = " EndOfBuffer" ,
66
66
CursorLine = " CursorLine" ,
67
- VertSplit = " VertSplit " ,
67
+ WinSeparator = " WinSeparator " ,
68
68
CursorColumn = " CursorColumn" ,
69
69
FileDirty = " NvimTreeGitDirty" ,
70
70
FileNew = " NvimTreeGitNew" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ M.View = {
27
27
" EndOfBuffer:NvimTreeEndOfBuffer" ,
28
28
" Normal:NvimTreeNormal" ,
29
29
" CursorLine:NvimTreeCursorLine" ,
30
- " VertSplit:NvimTreeVertSplit " ,
30
+ " WinSeparator:NvimTreeWinSeparator " ,
31
31
" StatusLine:NvimTreeStatusLine" ,
32
32
" StatusLineNC:NvimTreeStatuslineNC" ,
33
33
" SignColumn:NvimTreeSignColumn" ,
You can’t perform that action at this time.
0 commit comments