ctrl k
  • plugins/catppuccin.lua
    ■ ■ ■ ■ ■ ■
    skipped 4 lines
    5 5   dim_inactive = { enabled = true, percentage = 0.25 },
    6 6   integrations = {
    7 7   nvimtree = false,
    8  - ts_rainbow = false,
    9 8   aerial = true,
    10 9   dap = { enabled = true, enable_ui = true },
    11 10   mason = true,
    skipped 3 lines
    15 14   semantic_tokens = true,
    16 15   symbols_outline = true,
    17 16   telescope = true,
    18  - ts_rainbow2 = true,
    19 17   which_key = true,
    20 18   },
    21 19   },
    skipped 2 lines
  • plugins/treesitter.lua
    ■ ■ ■ ■
    skipped 2 lines
    3 3   dependencies = {
    4 4   { "andymass/vim-matchup", init = function() vim.g.matchup_matchparen_deferred = 1 end },
    5 5   "nvim-treesitter/nvim-treesitter-textobjects",
    6  - "HiPhish/nvim-ts-rainbow2",
     6 + "mrjones2014/nvim-ts-rainbow",
    7 7   },
    8 8   opts = {
    9 9   auto_install = vim.fn.executable "tree-sitter" == 1,
    skipped 91 lines
Please wait...
Page is in error, reload to recover