luochen1990 / rainbow

Rainbow Parentheses Improved, shorter code, no level limit, smooth and fast, powerful configuration.
Apache License 2.0
1.78k stars 95 forks source link

[Bug] rainbow does not work with vim8.1 #127

Closed laoshaw closed 5 years ago

laoshaw commented 5 years ago

Tried it alone with vim8.1(in case some other plugins is in conflict), this does not work, i.e. no brackets are rainbow colored at all

luochen1990 commented 5 years ago
  1. Is there any error message?
  2. what filetype have you tried?
  3. do you have let g:rainbow_active = 1 in your vimrc?
laoshaw commented 5 years ago

I thought let g:rainbow_active = 1 is the default, just added it and it works, thanks.