add missing comma in plugin spec
This commit is contained in:
parent
67378a8352
commit
231ec0ba72
@ -190,7 +190,7 @@ return {
|
|||||||
"NvChad/nvim-colorizer.lua",
|
"NvChad/nvim-colorizer.lua",
|
||||||
event = "User FilePost",
|
event = "User FilePost",
|
||||||
opts = {
|
opts = {
|
||||||
user_default_options = { names = false }
|
user_default_options = { names = false },
|
||||||
filetypes = {
|
filetypes = {
|
||||||
"*",
|
"*",
|
||||||
"!lazy",
|
"!lazy",
|
||||||
|
Loading…
Reference in New Issue
Block a user