aboutsummaryrefslogtreecommitdiff
path: root/vim/after/plugin/netrw.vim
blob: 528f0ca63e24fd85f78e88c468da39eeb3c39d59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
" Don't show the preamble banner
let g:netrw_banner = 0

" Perform file transfers silently
let g:netrw_silent = 1

" Use a tree-style file listing
let g:netrw_liststyle = 3

" Don't list the current directory shortcut, and don't show tags files
let g:netrw_list_hide = '^\.$,^tags$'