feat(view): float.quit_on_focus_loss documentation clarification

This commit is contained in:
Alexander Courtis 2022-10-08 14:39:23 +11:00
parent 79f631bc1d
commit 4a01f90d11

View File

@ -702,11 +702,11 @@ Window / buffer setup.
Configuration options for floating window
*nvim-tree.view.float.enable*
Display nvim-tree window as float (enforces if set).
Tree window will be floating.
Type: `boolean`, Default: `false`
*nvim-tree.view.float.quit_on_focus_loss
When in floating mode, autoclose the popup when the popup loses the focus.
*nvim-tree.view.float.quit_on_focus_loss*
Close the floating tree window when it loses focus.
Type: `boolean`, Default: `true`
*nvim-tree.view.float.open_win_config*