neovim/runtime/plugin/matchit.vim
2019-08-04 16:49:10 +02:00

5 lines
107 B
VimL

" Nvim: load the matchit plugin by default.
if stridx(&packpath, $VIMRUNTIME) >= 0
packadd matchit
endif