require("nvim-tree").setup({ open_on_setup = false, actions = { open_file = { quit_on_open = true, } } })