@@ -427,21 +427,25 @@ Hijack netrw windows (overridden if |disable_netrw| is `true`)
427
427
Type: `boolean ` , Default: `true`
428
428
429
429
*nvim-tree.open_on_setup*
430
+ Deprecated: please see https://github.com/nvim-tree/nvim-tree.lua/wiki/Open-At-Startup
430
431
Will automatically open the tree when running setup if startup buffer is
431
432
a directory, is empty or is unnamed. nvim-tree window will be focused.
432
433
Type: `boolean ` , Default: `false`
433
434
434
435
*nvim-tree.open_on_setup_file*
436
+ Deprecated: please see https://github.com/nvim-tree/nvim-tree.lua/wiki/Open-At-Startup
435
437
Will automatically open the tree when running setup if startup buffer is a file.
436
438
File window will be focused.
437
439
File will be found if update_focused_file is enabled.
438
440
Type: `boolean ` , Default: `false`
439
441
440
442
*nvim-tree.ignore_buffer_on_setup*
443
+ Deprecated: please see https://github.com/nvim-tree/nvim-tree.lua/wiki/Open-At-Startup
441
444
Will ignore the buffer, when deciding to open the tree on setup.
442
445
Type: `boolean ` , Default: `false`
443
446
444
447
*nvim-tree.ignore_ft_on_setup*
448
+ Deprecated: please see https://github.com/nvim-tree/nvim-tree.lua/wiki/Open-At-Startup
445
449
List of filetypes that will prevent `open_on_setup` to open.
446
450
You can use this option if you don't want the tree to open
447
451
in some scenarios (eg using vim startify).
0 commit comments