@@ -390,29 +390,33 @@ Hijack netrw windows (overridden if |disable_netrw| is `true`)
390
390
Type: `boolean ` , Default: `true`
391
391
392
392
*nvim-tree.open_on_setup*
393
- Will automatically open the tree when running setup if startup buffer is
394
- a directory, is empty or is unnamed. nvim-tree window will be focused.
393
+ Will automatically open the tree when running setup if startup buffer is a
394
+ directory, empty or unnamed.
395
+ nvim-tree window will be focused.
395
396
See | nvim-tree.focus_empty_on_setup |
396
397
Type: `boolean ` , Default: `false`
397
398
398
399
*nvim-tree.open_on_setup_file*
399
- Will automatically open the tree when running setup if startup buffer is a file.
400
+ Will automatically open the tree when running setup if startup buffer is a
401
+ file.
400
402
File window will be focused.
401
- File will be found if update_focused_file is enabled.
403
+ File will be found if | nvim-tree. update_focused_file| is enabled.
402
404
Type: `boolean ` , Default: `false`
403
405
404
406
*nvim-tree.ignore_buffer_on_setup*
405
- Will ignore the buffer, when deciding to open the tree on setup.
407
+ Always open the tree when | nvim-tree.open_on_setup | is enabled, regardless of
408
+ the startup buffer.
409
+ Buffer window will be focused.
406
410
Type: `boolean ` , Default: `false`
407
411
408
412
*nvim-tree.ignore_ft_on_setup*
409
- List of filetypes that will prevent `open_on_setup` to open .
413
+ List of filetypes that will prevent | nvim-tree.open_on_setup_file | .
410
414
You can use this option if you don't want the tree to open
411
415
in some scenarios (eg using vim startify).
412
416
Type: {string} , Default: `{}`
413
417
414
418
*nvim-tree.ignore_buf_on_tab_change*
415
- List of filetypes or buffer names that will prevent ` open_on_tab` to open .
419
+ List of filetypes or buffer names that will prevent | nvim-tree. open_on_tab| .
416
420
Type: {string} , Default: `{}`
417
421
418
422
*nvim-tree.auto_reload_on_write*
0 commit comments