blob: 6d7a8660ffbc3ebd987ad40ad73ecc3f06324fcb [file] [log] [blame] [edit]
" Load the netrw package.
if &cp || exists("g:loaded_netrw") || exists("g:loaded_netrwPlugin")
finish
endif
packadd netrw
" vim:ts=8 sts=2 sw=2 et