mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
Update 2025-04-04 Update 2025-04-06 Update 2025-04-11 Update 2025-04-13 Update 2025-04-14 Update 2025-04-15 Update 2025-04-25 Update 2025-04-27 Update 2025-04-30
13 lines
215 B
Lua
13 lines
215 B
Lua
return {
|
|
"HiPhish/rainbow-delimiters.nvim",
|
|
submodules = false,
|
|
opts = {
|
|
strategy = {},
|
|
query = {},
|
|
highlight = {},
|
|
},
|
|
config = function(_, opts)
|
|
require("rainbow-delimiters.setup").setup(opts)
|
|
end,
|
|
}
|