I wanted this feature too! the fullpath doesnt look good :(

Same.
@kdav5758 something like this?

vim.g.nvim_tree_root_folder_modifier = ":t"
check :help filename-modifiers fore more info
@siduck76 It works. I have a question for you, how did you put that title "Explorer" in "nvimtree", it looks good.
its not a nvimtree feature , there was a recent PR in bufferline.nvim plugin https://github.com/akinsho/nvim-bufferline.lua/pull/90 ,
offsets = {{filetype = "NvimTree", text = "Explorer"}}, in bufferline options config
@siduck76 Thanks.
Most helpful comment
I wanted this feature too! the fullpath doesnt look good :(
