update: add rainbow delimiters

This commit is contained in:
2026-05-27 15:02:39 -04:00
parent 55f012001f
commit bdf22a3f97
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
-- lua/plugins/rainbow-delimiters.lua
return {
{
"HiPhish/rainbow-delimiters.nvim",
event = "LazyFile",
},
}