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.
875875Normal
876876EndOfBuffer
877877CursorLine
878- VertSplit 
878+ WinSeparator 
879879CursorColumn
880880
881881There 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()
6464    NormalNC  =  " NvimTreeNormal"  ,
6565    EndOfBuffer  =  " EndOfBuffer"  ,
6666    CursorLine  =  " CursorLine"  ,
67-     VertSplit  =  " VertSplit "  ,
67+     WinSeparator  =  " WinSeparator "  ,
6868    CursorColumn  =  " CursorColumn"  ,
6969    FileDirty  =  " NvimTreeGitDirty"  ,
7070    FileNew  =  " NvimTreeGitNew"  ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ M.View = {
2727      " EndOfBuffer:NvimTreeEndOfBuffer"  ,
2828      " Normal:NvimTreeNormal"  ,
2929      " CursorLine:NvimTreeCursorLine"  ,
30-       " VertSplit:NvimTreeVertSplit "  ,
30+       " WinSeparator:NvimTreeWinSeparator "  ,
3131      " StatusLine:NvimTreeStatusLine"  ,
3232      " StatusLineNC:NvimTreeStatuslineNC"  ,
3333      " SignColumn:NvimTreeSignColumn"  ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments