Skip to content

Commit 4a01f90

Browse files
committed
feat(view): float.quit_on_focus_loss documentation clarification
1 parent 79f631b commit 4a01f90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/nvim-tree-lua.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -702,11 +702,11 @@ Window / buffer setup.
702702
Configuration options for floating window
703703

704704
*nvim-tree.view.float.enable*
705-
Display nvim-tree window as float (enforces if set).
705+
Tree window will be floating.
706706
Type: `boolean`, Default: `false`
707707

708-
*nvim-tree.view.float.quit_on_focus_loss
709-
When in floating mode, autoclose the popup when the popup loses the focus.
708+
*nvim-tree.view.float.quit_on_focus_loss*
709+
Close the floating tree window when it loses focus.
710710
Type: `boolean`, Default: `true`
711711

712712
*nvim-tree.view.float.open_win_config*

0 commit comments

Comments
 (0)