From a49b3ad4f5559b13ba962a3434e82bda27065a57 Mon Sep 17 00:00:00 2001 From: Jean-Luc Bastarache Date: Sat, 23 Oct 2021 09:36:33 -0400 Subject: [PATCH] docs: include `NvimTreeWindowPicker` in hl-groups (#730) --- doc/nvim-tree-lua.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/nvim-tree-lua.txt b/doc/nvim-tree-lua.txt index 9968f5c9..8308343e 100644 --- a/doc/nvim-tree-lua.txt +++ b/doc/nvim-tree-lua.txt @@ -567,8 +567,9 @@ HIGHLIGHT GROUPS *nvim-tree-highlight* |nvim_tree_highlight| *nvim_tree_highlight* -All the following highlight groups can be configured by hand. It is not -advised to colorize the background of these groups. +All the following highlight groups can be configured by hand. Aside from +`NvimTreeWindowPicker`, it is not advised to colorize the background of these +groups. Example (in your `init.vim`): > @@ -619,6 +620,8 @@ NvimTreeGitRenamed NvimTreeGitNew NvimTreeGitDeleted +NvimTreeWindowPicker + There are also links to normal bindings to style the tree itself. Normal