Make nvim-tree width dynamic
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
Leave a Comment