Skip to content

Commit

Permalink
fix(rainbow-delimiters): add support for configuration through opts
Browse files Browse the repository at this point in the history
… table
  • Loading branch information
mehalter committed Jul 5, 2023
1 parent f43c76d commit f65c95b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ return {
"HiPhish/rainbow-delimiters.nvim",
dependencies = "nvim-treesitter/nvim-treesitter",
event = "User AstroFile",
config = function(_, opts) require "rainbow-delimiters.setup"(opts) end,
}

0 comments on commit f65c95b

Please sign in to comment.