neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

netrwPlugin.vim (152B)


      1 " Load the netrw package.
      2 
      3 if &cp || exists("g:loaded_netrw") || exists("g:loaded_netrwPlugin")
      4  finish
      5 endif
      6 
      7 packadd netrw
      8 
      9 " vim:ts=8 sts=2 sw=2 et