Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

load matchit from vim? #694

Open
benatkin opened this issue May 3, 2017 · 3 comments
Open

load matchit from vim? #694

benatkin opened this issue May 3, 2017 · 3 comments

Comments

@benatkin
Copy link

benatkin commented May 3, 2017

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.

@kalbasit
Copy link
Member

kalbasit commented May 4, 2017

@benatkin feel free to file a PR and I'll take a look

@montalvomiguelo
Copy link

matchit ships with vim but it is not enabled by default

Add this to your .vimrc.after

runtime macros/matchit.​vim​

@benatkin
Copy link
Author

benatkin commented Jul 3, 2017

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants