2025-09-30 22:08:24 +01:00
|
|
|
return {
|
|
|
|
|
'https://gitlab.com/HiPhish/rainbow-delimiters.nvim',
|
2025-10-06 20:16:51 +01:00
|
|
|
{ 'catgoose/nvim-colorizer.lua', event = 'BufReadPre', opts = { user_default_options = { RRGGBBAA = true } } },
|
2025-09-30 22:08:24 +01:00
|
|
|
}
|
2025-10-06 20:16:51 +01:00
|
|
|
-- vim: ts=2 sts=2 sw=2 et
|