How to install treesitter rainbow in lazyvim?

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • nvim-ts-rainbow2

    Rainbow delimiters for Neovim through Tree-sitter

  • Hi, I would like to install this plugin: https://github.com/HiPhish/nvim-ts-rainbow2 in LazyVim but I have no idea how to do it. Did anyone manage to do it? Thanks!

  • LazyVim

    Neovim config for the lazy

  • There is a discussion in LazyVim repo to achieve that. TLDR: lua { "nvim-treesitter/nvim-treesitter", dependencies = { "HiPhish/nvim-ts-rainbow2" }, opts = function(_, opts) opts.rainbow = { enable = true, query = "rainbow-parens", strategy = require("ts-rainbow").strategy.global, } end, }, and you should be good to go I believe.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts