File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1363,6 +1363,7 @@ NvimTreeNormal
1363
1363
NvimTreeEndOfBuffer (NonText)
1364
1364
NvimTreeCursorLine (CursorLine)
1365
1365
NvimTreeCursorLineNr (CursorLineNr)
1366
+ NvimTreeLineNr (LineNr)
1366
1367
NvimTreeVertSplit (VertSplit) [deprecated, use NvimTreeWinSeparator]
1367
1368
NvimTreeWinSeparator (VertSplit)
1368
1369
NvimTreeCursorColumn (CursorColumn)
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ local function get_links()
67
67
NormalNC = " NvimTreeNormal" ,
68
68
EndOfBuffer = " EndOfBuffer" ,
69
69
CursorLineNr = " CursorLineNr" ,
70
+ LineNr = " LineNr" ,
70
71
CursorLine = " CursorLine" ,
71
72
VertSplit = " VertSplit" ,
72
73
WinSeparator = " NvimTreeVertSplit" ,
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ M.View = {
37
37
" Normal:NvimTreeNormal" ,
38
38
" CursorLine:NvimTreeCursorLine" ,
39
39
" CursorLineNr:NvimTreeCursorLineNr" ,
40
+ " LineNr:NvimTreeLineNr" ,
40
41
get_win_sep_hl (),
41
42
" StatusLine:NvimTreeStatusLine" ,
42
43
" StatusLineNC:NvimTreeStatuslineNC" ,
You can’t perform that action at this time.
0 commit comments