Add a colouriser plugin to highlight colours in vim
This commit is contained in:
parent
cc23980644
commit
79acd6f338
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue