Skip to content

docs: include NvimTreeWindowPicker in hl-groups #730

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions doc/nvim-tree-lua.txt
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,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`):
>
Expand Down Expand Up @@ -614,6 +615,8 @@ NvimTreeGitRenamed
NvimTreeGitNew
NvimTreeGitDeleted

NvimTreeWindowPicker

There are also links to normal bindings to style the tree itself.

Normal
Expand Down