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:
James Tan
2023-05-06 13:33:17 +08:00
committed by GitHub
parent 53295de04d
commit 98b76ff0a2
4 changed files with 6 additions and 2 deletions

View File

@@ -66,6 +66,7 @@ local function get_links()
OpenedFolderIcon = "NvimTreeFolderIcon",
ClosedFolderIcon = "NvimTreeFolderIcon",
Normal = "Normal",
NormalFloat = "NormalFloat",
NormalNC = "NvimTreeNormal",
EndOfBuffer = "EndOfBuffer",
CursorLineNr = "CursorLineNr",