HiPhish / nvim-ts-rainbow2

Rainbow delimiters for Neovim through Tree-sitter
https://gitlab.com/HiPhish/nvim-ts-rainbow2
Apache License 2.0
339 stars 35 forks source link

TSEnable/TSDisable rainbow doesn't work #37

Closed mystilleef closed 1 year ago

mystilleef commented 1 year ago

Describe the bug

Dynamically toggling rainbow with TSEnable/TSDiable no longer works.

Steps to reproduce

1). Enter the following commands:

Expected behavior

Rainbow colors should be toggled using TSDisable and TSEnable.

Video

https://user-images.githubusercontent.com/273399/234194711-f19b73d2-bcb9-4f1e-bf1a-c83550ab5510.mp4

HiPhish commented 1 year ago

Please try the current master branch, it should work now.

mystilleef commented 1 year ago

Please try the current master branch, it should work now.

Thanks. It works now. Closing.