add missing comma in plugin spec

This commit is contained in:
siduck 2024-07-16 06:22:40 +05:30
parent 67378a8352
commit 231ec0ba72

View File

@ -190,7 +190,7 @@ return {
"NvChad/nvim-colorizer.lua",
event = "User FilePost",
opts = {
user_default_options = { names = false }
user_default_options = { names = false },
filetypes = {
"*",
"!lazy",