mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
5 lines
138 B
VimL
5 lines
138 B
VimL
" Nvim: load the matchit plugin by default.
|
|
if !exists("g:loaded_matchit") && stridx(&packpath, $VIMRUNTIME) >= 0
|
|
packadd matchit
|
|
endif
|