fix: change config to opts (lazy changes)

This commit is contained in:
fiplox 2023-01-28 15:28:22 +01:00
parent 383858f1ae
commit de9ce4db02
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ return {
'NvChad/nvim-colorizer.lua', 'NvChad/nvim-colorizer.lua',
-- event = 'BufReadPre', -- event = 'BufReadPre',
cmd = 'ColorizerToggle', cmd = 'ColorizerToggle',
config = { opts = {
filetypes = { '*', '!lazy' }, filetypes = { '*', '!lazy' },
buftype = { '*', '!prompt', '!nofile' }, buftype = { '*', '!prompt', '!nofile' },
user_default_options = { user_default_options = {