local setup, nvimtree = pcall(require, "nvim-tree") if not setup then return end nvimtree.setup({ view = { width = 30, } })