chore: remove auto close

also fix emmylua errors in log.lua file
fixes #1005
fixes #871
This commit is contained in:
kiyan
2022-03-27 12:13:24 +02:00
parent ba121f0244
commit 524758a207
5 changed files with 11 additions and 52 deletions

View File

@@ -84,7 +84,6 @@ function.
>
require("nvim-tree").setup { -- BEGIN_DEFAULT_OPTS
auto_close = false,
auto_reload_on_write = true,
disable_netrw = false,
hide_root_folder = false,
@@ -215,11 +214,6 @@ Here is a list of the options available in the setup call:
type: `{string}`
default: `{}`
*nvim-tree.auto_close*
- |auto_close|: force closing neovim when the tree is the last window in the view.
type: `boolean`
default: `false`
*nvim-tree.auto_reload_on_write*
- |auto_reload_on_write|: reloads the explorer every time a buffer is written to
type: `boolean`