Skip to content

Commit

Permalink
feat(utility): transparent-nvim works with NeoTree HL Groups (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-babu authored May 23, 2023
1 parent 9c37756 commit a0a841a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ return {
extra_groups = {
"NormalFloat",
"NvimTreeNormal",
"NeoTreeNormal",
"NeoTreeFloatBorder",
"NeoTreeNormalNC",
},
-- table: groups you don't want to clear
exclude_groups = {},
Expand Down

0 comments on commit a0a841a

Please sign in to comment.