formatted code
This commit is contained in:
parent
da382b5d61
commit
4316ac84df
15 changed files with 227 additions and 230 deletions
|
|
@ -1,9 +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.
|
||||
}
|
||||
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