matchit.vim 138 B

12345
  1. " Nvim: load the matchit plugin by default.
  2. if !exists("g:loaded_matchit") && stridx(&packpath, $VIMRUNTIME) >= 0
  3. packadd matchit
  4. endif