Add a colouriser plugin to highlight colours in vim

This commit is contained in:
Maximilian Friedersdorff 2025-10-06 20:16:51 +01:00
parent cc23980644
commit 79acd6f338

View file

@ -1,3 +1,5 @@
return { return {
'https://gitlab.com/HiPhish/rainbow-delimiters.nvim', 'https://gitlab.com/HiPhish/rainbow-delimiters.nvim',
{ 'catgoose/nvim-colorizer.lua', event = 'BufReadPre', opts = { user_default_options = { RRGGBBAA = true } } },
} }
-- vim: ts=2 sts=2 sw=2 et