initial commit
This commit is contained in:
parent
d708bfce70
commit
b272268f79
13 changed files with 217 additions and 6 deletions
9
lua/custom/plugins/nvim-colorizer.lua
Normal file
9
lua/custom/plugins/nvim-colorizer.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
'norcalli/nvim-colorizer.lua',
|
||||
config = function ()
|
||||
require'colorizer'.setup {
|
||||
'*', -- Highlight all files, but customize some others.
|
||||
css = {css = true} -- Enable parsing rgb(...) functions in css.
|
||||
}
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue