askfiy / nvim

An excellent Neovim configuration, which is as powerful as Vscode, is lightning fast ⚡

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'nvim-ts-rainbow' works only when manually enabled

Dice21 opened this issue · comments

I used this config but the rainbow parentheses doesn't work at the time I open any buffer. Using TSEnable rainbow can enabled it manually.

ok, i'll fix it later...

It seems correct on my side, did you change some lazyload conditions?

It seems correct on my side, did you change some lazyload conditions?

I recloned the config and made few changes to it. I have changed download_source and disabled some plugins in plugins.lua. Does the changes in plugins.lua matter?

I need the info in plugins.lua...

Also the information in nv_treesitter.lua is needed.

can you upload your config

I need the info in plugins.lua...

Also the information in nv_treesitter.lua is needed.

can you upload your config

Ok. I have uploaded it at https://github.com/Dice21/nvim_temp.

You can try deleting the after of rainbow plug-in.Try it, it should work.

You can try deleting the after of rainbow plug-in.Try it, it should work.

Yes it works for me. I really appreciate it.