refactor(nvim): use new upstream for rainbow-delimiters.nvim
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled

This commit is contained in:
Price Hiller 2024-05-28 17:04:03 -05:00
parent a870884e89
commit e3564cadb0
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -50,7 +50,7 @@ return {
end,
},
{
url = "https://gitlab.com/HiPhish/rainbow-delimiters.nvim",
"HiPhish/rainbow-delimiters.nvim",
dependencies = { "nvim-treesitter/nvim-treesitter" },
event = { "BufReadPre", "BufNewFile" },
config = function()