--[ -- This Neovim plugin provides alternating syntax highlighting (“rainbow parentheses”) for Neovim, powered by Tree-sitter -- -- Simple and efficient. Differents color for differents brackets so it's easier to found the matching bracket. --] return { "HiPhish/rainbow-delimiters.nvim", enabled = true, }