feat(view): float.quit_on_focus_loss documentation clarification
This commit is contained in:
parent
79f631bc1d
commit
4a01f90d11
@ -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*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user