[vim] set netrw tempdir for history

Since I was getting conflicts with syncthing
pull/28/head
Original User 5 years ago
parent c5f8923bd5
commit 32a6a666d5

@ -164,6 +164,7 @@ set smartcase
let g:netrw_fastbrowse=0
" let g:netrw_liststyle=0
autocmd FileType netrw setl bufhidden=wipe
let g:netrw_home="~/.vim_tmp"
" ripgrep
if executable('rg')

Loading…
Cancel
Save