You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The matchit plugin, which used to be included with janus, was removed from github (#673), but there's one built into vim. It can be loaded with source $VIMRUNTIME/macros/matchit.vim which just runs packadd matchit on vim 8. How about loading it from vim, if it exists? I'm not sure how widely available it is.
The text was updated successfully, but these errors were encountered:
@montalvomiguelo it was the default before #673 and ought to be made the default again. Turning it off wasn't a design decision – it was because the matchit.vim repo got deleted.
The matchit plugin, which used to be included with janus, was removed from github (#673), but there's one built into vim. It can be loaded with
source $VIMRUNTIME/macros/matchit.vim
which just runspackadd matchit
on vim 8. How about loading it from vim, if it exists? I'm not sure how widely available it is.The text was updated successfully, but these errors were encountered: