@@ -390,29 +390,33 @@ Hijack netrw windows (overridden if |disable_netrw| is `true`)
390390 Type: `boolean ` , Default: `true`
391391
392392*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.
395396See | nvim-tree.focus_empty_on_setup |
396397 Type: `boolean ` , Default: `false`
397398
398399*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.
400402File 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.
402404 Type: `boolean ` , Default: `false`
403405
404406*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.
406410 Type: `boolean ` , Default: `false`
407411
408412*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 | .
410414You can use this option if you don't want the tree to open
411415in some scenarios (eg using vim startify).
412416 Type: {string} , Default: `{}`
413417
414418*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| .
416420 Type: {string} , Default: `{}`
417421
418422*nvim-tree.auto_reload_on_write*
0 commit comments