nvim-ts-rainbow2 icon indicating copy to clipboard operation
nvim-ts-rainbow2 copied to clipboard

Rainbow delimiters for Neovim through Tree-sitter

Results 10 nvim-ts-rainbow2 issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I get huge freezes when opening a .zig source file (around 0.8-1.0 seconds), even when adding "zig" to disabled languages. I found this delay to be caused...

**Describe the bug** I've noticed that some highlighting is inconsistent: Sometimes a bracket gets highlighted, sometimes it doesn't, sometimes the order of colors is not what is expected. So far...

**Describe the bug** Since upgrading to neovim 0.9.1, I get random hangs where neovim hangs and consumes 100% CPU on one core for seconds before recovering. I tried enabling and...

### Neovim version v0.10.0-dev-510+g3c4890d1e ### Language affected clojure ### Query _No response_ ### Strategy _No response_ ### Description In a clojure file, using the clojure-lsp formatting, the rainbow delimiters become...

bug

This PR will add a workaround for capture multiple group with same name (Alternative to https://github.com/neovim/neovim/pull/17099). The solution is add index to capture and get only the name in strategies...

**Describe the bug** NVIM v0.8.3 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 I use [VimTeX](https://github.com/lervag/vimtex) to edit .tex files. In most cases, _rainbow_ works well. However, in some cases, the mismatched brackets...

### Neovim version 0.10.0 ### Language affected _No response_ ### Query _No response_ ### Strategy _No response_ ### Description ```Text I've updated neovim to newest version and I am getting...

bug

### Neovim version v0.9.5 ### Language affected Lua ### Query treesitter.nvim ### Strategy global ### Description ```Text I've just updated all my NeoVim plugins managed by lazy.nvim. I created an...

bug