[vim] try to fix netrw again

pull/28/head
Alpha Chen 5 years ago
parent 0faae37a72
commit f1158a10b2

@ -161,7 +161,9 @@ set smartcase
" netrw " netrw
" https://github.com/tpope/vim-vinegar/issues/13 " https://github.com/tpope/vim-vinegar/issues/13
let g:netrw_liststyle=0 let g:netrw_fastbrowse=0
" let g:netrw_liststyle=0
autocmd FileType netrw setl bufhidden=wipe
" ripgrep " ripgrep
if executable('rg') if executable('rg')

Loading…
Cancel
Save