1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[vim] File explorer panel config.

This commit is contained in:
Hyacinthe Cartiaux 2016-11-17 10:54:41 +01:00
parent c8c1c2d07d
commit 5c326bb55e

View file

@ -243,6 +243,18 @@ endfun
autocmd BufWritePre * call StripTrailingWhitespace()
autocmd FileType markdown let b:noStripWhitespace=1
"===========================================================================
"" File explorer panel config
"===========================================================================
" https://shapeshed.com/vim-netrw/
let g:netrw_banner = 0
let g:netrw_liststyle = 3
let g:netrw_browse_split = 4
let g:netrw_altv = 1
let g:netrw_winsize = 25
let g:netrw_banner = 0
"===========================================================================
"" Mappings
"===========================================================================