mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 05:35:10 -07:00
05712d4b20
fix #10680
5 lines
107 B
VimL
5 lines
107 B
VimL
" Nvim: load the matchit plugin by default.
|
|
if stridx(&packpath, $VIMRUNTIME) >= 0
|
|
packadd matchit
|
|
endif
|