mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00

Align matchit.vim with upstream Vim. We don't want to maintain a fork of matchit.vim; our small changes should be sent to https://github.com/chrisbra/matchit
3 lines
60 B
VimL
3 lines
60 B
VimL
" Nvim: load the matchit plugin by default.
|
|
packadd matchit
|