local on = vim.api.nvim_create_autocmd on("VimEnter", { callback = function() require("nvim-tree.api").tree.toggle({ focus = false }) end, })