feat(view): deprecate open_on_setup.* in favour of https://github.com/nvim-tree/nvim-tree.lua/wiki/Open-At-Startup (#1951)
This commit is contained in:
committed by
GitHub
parent
e14989c0ea
commit
fb775b3353
@@ -427,21 +427,25 @@ Hijack netrw windows (overridden if |disable_netrw| is `true`)
|
||||
Type: `boolean`, Default: `true`
|
||||
|
||||
*nvim-tree.open_on_setup*
|
||||
Deprecated: please see https://github.com/nvim-tree/nvim-tree.lua/wiki/Open-At-Startup
|
||||
Will automatically open the tree when running setup if startup buffer is
|
||||
a directory, is empty or is unnamed. nvim-tree window will be focused.
|
||||
Type: `boolean`, Default: `false`
|
||||
|
||||
*nvim-tree.open_on_setup_file*
|
||||
Deprecated: please see https://github.com/nvim-tree/nvim-tree.lua/wiki/Open-At-Startup
|
||||
Will automatically open the tree when running setup if startup buffer is a file.
|
||||
File window will be focused.
|
||||
File will be found if update_focused_file is enabled.
|
||||
Type: `boolean`, Default: `false`
|
||||
|
||||
*nvim-tree.ignore_buffer_on_setup*
|
||||
Deprecated: please see https://github.com/nvim-tree/nvim-tree.lua/wiki/Open-At-Startup
|
||||
Will ignore the buffer, when deciding to open the tree on setup.
|
||||
Type: `boolean`, Default: `false`
|
||||
|
||||
*nvim-tree.ignore_ft_on_setup*
|
||||
Deprecated: please see https://github.com/nvim-tree/nvim-tree.lua/wiki/Open-At-Startup
|
||||
List of filetypes that will prevent `open_on_setup` to open.
|
||||
You can use this option if you don't want the tree to open
|
||||
in some scenarios (eg using vim startify).
|
||||
|
||||
Reference in New Issue
Block a user