Update 2024-05-24

This commit is contained in:
Kristofers Solo
2024-05-24 12:04:55 +03:00
committed by Kristofers Solo
parent 772a83c24f
commit fa1adf8188
38 changed files with 296 additions and 332 deletions

View File

@@ -1,10 +1,11 @@
return {
"HiPhish/rainbow-delimiters.nvim",
config = function()
require("rainbow-delimiters.setup").setup({
strategy = {},
query = {},
highlight = {},
})
opts = {
strategy = {},
query = {},
highlight = {},
},
config = function(_, opts)
require("rainbow-delimiters.setup").setup(opts)
end,
}