neovim

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

matchit.vim (138B)


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