You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let g:fern#renderer#default#leading = "│"
let g:fern#renderer#default#root_symbol = "┬─ "
let g:fern#renderer#default#leaf_symbol = "├─ "
let g:fern#renderer#default#collapsed_symbol = "├─ "
let g:fern#renderer#default#expanded_symbol = "├┬ "
I would like to be able to customize the last leaf's symbol. See for example, util.vim, fernvim, and README.vim there is a down line, and I would ideally replace it with "└" since it's the last item in this directory. Thank you for the plugin!
The text was updated successfully, but these errors were encountered:
At least for now, there is no way to do that.
I'll think about it but I'm not sure if the feature is worth adding extra complexity to the default renderer.
@andymass you could always create a custom renderer based on the default one that implements this behaviour. Building custom renderers is actually pretty easy to do, and the documentation is great.
I would like to be able to customize the last leaf's symbol. See for example, util.vim, fernvim, and README.vim there is a down line, and I would ideally replace it with "└" since it's the last item in this directory. Thank you for the plugin!
The text was updated successfully, but these errors were encountered: