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

Using Rainbow Parenthesis #4

Closed
pickfire opened this issue Jun 30, 2015 · 4 comments
Closed

Using Rainbow Parenthesis #4

pickfire opened this issue Jun 30, 2015 · 4 comments

Comments

@pickfire
Copy link

I hope you can add the usage of Rainbow Parenthesis in README.md.

And can I use call rainbowparenthesis to enable Rainbow Parenthesis in ~/.vimrc?

@junegunn
Copy link
Owner

The README page already has enough information to get you started.

call rainbowparenthesis

Where did you get that? Just use the commands shown in the README page.

@pickfire
Copy link
Author

What about auto intialization?

@junegunn
Copy link
Owner

It's also on the page.

@pickfire
Copy link
Author

" Activation based on file type
augroup rainbow_lisp
  autocmd!
  autocmd FileType lisp,clojure,scheme RainbowParentheses
augroup END

It doesn't show how to use RainbowParentheses for all time and I found out that using autocommand seems a bit slow for plugins.

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

2 participants