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
13631363NvimTreeEndOfBuffer (NonText)
13641364NvimTreeCursorLine (CursorLine)
13651365NvimTreeCursorLineNr (CursorLineNr)
1366+ NvimTreeLineNr (LineNr)
13661367NvimTreeVertSplit (VertSplit) [deprecated, use NvimTreeWinSeparator]
13671368NvimTreeWinSeparator (VertSplit)
13681369NvimTreeCursorColumn (CursorColumn)
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ local function get_links()
6767 NormalNC = " NvimTreeNormal" ,
6868 EndOfBuffer = " EndOfBuffer" ,
6969 CursorLineNr = " CursorLineNr" ,
70+ LineNr = " LineNr" ,
7071 CursorLine = " CursorLine" ,
7172 VertSplit = " VertSplit" ,
7273 WinSeparator = " NvimTreeVertSplit" ,
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ M.View = {
3737 " Normal:NvimTreeNormal" ,
3838 " CursorLine:NvimTreeCursorLine" ,
3939 " CursorLineNr:NvimTreeCursorLineNr" ,
40+ " LineNr:NvimTreeLineNr" ,
4041 get_win_sep_hl (),
4142 " StatusLine:NvimTreeStatusLine" ,
4243 " StatusLineNC:NvimTreeStatuslineNC" ,
You can’t perform that action at this time.
0 commit comments