Replies: 3 comments 1 reply
-
Have you tried blacklisting HTML? See |
Beta Was this translation helpful? Give feedback.
0 replies
This comment was marked as spam.
This comment was marked as spam.
-
For anyone who finds this thread in the future, you can blacklist a language inside the " Vim script
let g:rainbow_delimiters = {'blacklist': ['html']} -- Lua
vim.g.rainbow_delimiters = {blacklist = {'html'} As mentioned above, see |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey friends, great plugin. I was curious if I could disable it for HTML or HTML tags. Thanks
Beta Was this translation helpful? Give feedback.
All reactions