From 4a01f90d111d8a85a79502478f6f4e9ef13df74d Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Sat, 8 Oct 2022 14:39:23 +1100 Subject: [PATCH] feat(view): float.quit_on_focus_loss documentation clarification --- doc/nvim-tree-lua.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/nvim-tree-lua.txt b/doc/nvim-tree-lua.txt index 0d2f0a35..07ee650d 100644 --- a/doc/nvim-tree-lua.txt +++ b/doc/nvim-tree-lua.txt @@ -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*