feat: add NvimTreeCursorLineNr (#1616)

This commit is contained in:
longguzzz
2022-10-01 18:51:22 +08:00
committed by GitHub
parent 45d386a359
commit 7282f7de8a
3 changed files with 4 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ local function get_links()
Normal = "Normal",
NormalNC = "NvimTreeNormal",
EndOfBuffer = "EndOfBuffer",
CursorLineNr = "CursorLineNr",
CursorLine = "CursorLine",
VertSplit = "VertSplit",
WinSeparator = "NvimTreeVertSplit",