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

g:rainbow_comment_prefix Not Honored #40

Open
tsjordan-eng opened this issue Nov 29, 2022 · 1 comment
Open

g:rainbow_comment_prefix Not Honored #40

tsjordan-eng opened this issue Nov 29, 2022 · 1 comment

Comments

@tsjordan-eng
Copy link

I can set the comment prefix in runtime by running the RainbowComment command over a pound sign (#), but if I try to set it in my vim init via vim.g.rainbow_comment_prefix = '#' the comments are not highlighted and warnings are not ignored on that line.

I can check that when during runtime with:
:let g:rainbow_comment_prefix
which does return:
g:rainbow_comment_prefix #

@g4x86
Copy link

g4x86 commented Feb 26, 2024

I met the same problem here: having let g:rainbow_comment_prefix = '#' in ~/.vimrc, the comment line is still shown with colors while :echo g:rainbow_comment_prefix confirms # is set to the variable. It seems that this plugin is not actively maintained.

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