Skip to content

Commit

Permalink
fix(rainbow-delimiters-nvim): fix setup function due to breaking chan…
Browse files Browse the repository at this point in the history
…ge (#610)

* fix(rainbow-delimiters-nvim): fix setup function

* Update lua/astrocommunity/editing-support/rainbow-delimiters-nvim/init.lua

Co-authored-by: Micah Halter <[email protected]>

---------

Co-authored-by: Micah Halter <[email protected]>
  • Loading branch information
valentino-sm and mehalter authored Oct 16, 2023
1 parent fc631bf commit 5c3ce63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ return {
"HiPhish/rainbow-delimiters.nvim",
dependencies = "nvim-treesitter/nvim-treesitter",
event = "User AstroFile",
config = function(_, opts) require "rainbow-delimiters.setup"(opts) end,
main = "rainbow-delimiters.setup",
},
{
"catppuccin/nvim",
Expand Down

0 comments on commit 5c3ce63

Please sign in to comment.