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

@@ -24,12 +24,6 @@ local migrations = {
end
end,
nvim_tree_auto_close = function(o)
if o.auto_close == nil then
o.auto_close = vim.g.nvim_tree_auto_close ~= 0
end
end,
nvim_tree_tab_open = function(o)
if o.open_on_tab == nil then
o.open_on_tab = vim.g.nvim_tree_tab_open ~= 0