Browse Source

Add sane defaults for netrw

Alois Mahdal 4 years ago
parent
commit
10b58a3ee2
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      dotfiles/vim/vimrc

+ 3
- 0
dotfiles/vim/vimrc View File

@@ -5,6 +5,9 @@
5 5
 " ''''''' "
6 6
 execute pathogen#infect()
7 7
 
8
+let g:netrw_banner=0
9
+let g:netrw_liststyle=3
10
+
8 11
 let g:local_vimrc=".vimrc_local.vim"
9 12
 let python_highlight_all = 1
10 13
 let g:vim_markdown_folding_disabled=1