tpope / vim-vinegar

vinegar.vim: Combine with netrw to create a delicious salad dressing
https://www.vim.org/scripts/script.php?script_id=5671
2.22k stars 87 forks source link

Show working directory #122

Closed Nekketsu closed 3 years ago

Nekketsu commented 3 years ago

I think it would be useful to show the working directory on top of netrw using vim-vinegar. We don't want to see the "All that annoying crap at the top", but I think that the current directory would be ok. At least having a configuration parameter that allows to enable that feature.

tpope commented 3 years ago

You can turn the header back on with let g:netrw_banner = 1. I don't think there's a way to get more granular than that.