We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f631b commit 4a01f90Copy full SHA for 4a01f90
doc/nvim-tree-lua.txt
@@ -702,11 +702,11 @@ Window / buffer setup.
702
Configuration options for floating window
703
704
*nvim-tree.view.float.enable*
705
- Display nvim-tree window as float (enforces if set).
+ Tree window will be floating.
706
Type: `boolean`, Default: `false`
707
708
- *nvim-tree.view.float.quit_on_focus_loss
709
- 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.
710
Type: `boolean`, Default: `true`
711
712
*nvim-tree.view.float.open_win_config*
0 commit comments