dvchoudh
dvchoudh
Oh okay, is there anything I can experiment on to help fix this issue?
> @dchuri you can try to apply a similar fixed like: [#2505 (comment)](https://github.com/nvim-treesitter/nvim-treesitter/pull/2505#discussion_r802876518) so making `[")" "]" "}"] @indent_end` I just tried that out, but it seems like it didn't...
> Can you bisect nvim-treesitter to find out which commit exactly broke highlighting for you? It's very unlikely to be the one you mentioned if you followed the usual advice...
> Is there any way to switch off indent handling? > > ```lua > indent = { > enable = false, > } > ``` > > has no effect...
You are able to install whatever colorscheme you want. You basically just put the plugin into the `plugins.lua` file. And obviously setting the colorscheme after installing it.
> It might be treesitter property of different highlighting for different paranthesis,brackets or quotes. That has a completely different treesitter based plugin known as nvim-ts-rainbow. So it definitely can't be...
I can't seem to find any treesitter option you can add in the nvim-autopairs plugin.
If it were that, the help pages would've mentioned. Which they have not, last time I checked
> I haven't noticed an error or warning on 0.7, how can I reproduce this? Only people using neovim nightly (0.8.0) get that error, and since this this config is...
> I think we should add a tab to the website for common problems people encounter, like fonts not showing up, getting permission errors when installing lunarvim etc https://www.lunarvim.org/02-after-install.html ^...