feat: add NvimTreeNormalFloat (#2167)
* feat: add `NormalFloat` hl for floating windows * fix: follow default floatwin bg color --------- Co-authored-by: Alexander Courtis <alex@courtis.org>
This commit is contained in:
@@ -66,6 +66,7 @@ local function get_links()
|
||||
OpenedFolderIcon = "NvimTreeFolderIcon",
|
||||
ClosedFolderIcon = "NvimTreeFolderIcon",
|
||||
Normal = "Normal",
|
||||
NormalFloat = "NormalFloat",
|
||||
NormalNC = "NvimTreeNormal",
|
||||
EndOfBuffer = "EndOfBuffer",
|
||||
CursorLineNr = "CursorLineNr",
|
||||
|
||||
Reference in New Issue
Block a user