mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-10 07:10:44 +00:00
add missing comma in plugin spec
This commit is contained in:
parent
67378a8352
commit
231ec0ba72
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user