What is the setting used in .vimrc to make the netrw directory listing ignore/hide certain file types?
set wildignore=*.obj,*.exe
only seems to work for tab completion.
Within netrw, you can ctrl-g
to edit the hiding list, but that only lasts for that session.
As per http://vimdoc.sourceforge.net/htmldoc/pi_netrw.html#g:netrw_list_hide, this should work:
let g:netrw_list_hide= '.*\.swp$'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With