aboutsummaryrefslogtreecommitdiff
path: root/runtime/plugin/netrwPlugin.vim
blob: 6d7a8660ffbc3ebd987ad40ad73ecc3f06324fcb (plain) (blame)
1
2
3
4
5
6
7
8
9
" 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