Make nvim-tree width dynamic May 26, 2025
Antre du Tryphon

Make nvim-tree width dynamic

May 26, 2025 · Admin Unix Ubuntu Ubuntu 20.04 NVIM

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 }
    }
}

Copyright 2012–2026, Claude "Tryphon" Théroux