Make nvim-tree width dynamic 2025/05/262025/05/26 ctheroux NVIM Ubuntu Ubuntu 20.04 Unix Create a file named ~/.config/nvim/lua/plugins/nvim-tree.lua and put the following content: return { "nvim-tree/nvim-tree.lua", opts = { view = { adaptive_size = true } } }