File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ opts = {}
313
313
``` lua
314
314
{
315
315
" leoluz/nvim-dap-go" ,
316
- config = true ,
316
+ opts = {} ,
317
317
}
318
318
```
319
319
@@ -456,7 +456,7 @@ opts = nil
456
456
},
457
457
{
458
458
" leoluz/nvim-dap-go" ,
459
- config = true ,
459
+ opts = {} ,
460
460
},
461
461
},
462
462
}
Original file line number Diff line number Diff line change 142
142
{
143
143
" hrsh7th/nvim-cmp" ,
144
144
dependencies = {
145
- { " roobert/tailwindcss-colorizer-cmp.nvim" , config = true },
145
+ { " roobert/tailwindcss-colorizer-cmp.nvim" , opts = {} },
146
146
},
147
147
opts = function (_ , opts )
148
148
-- original LazyVim kind icon formatter
@@ -175,7 +175,7 @@ opts = {}
175
175
<TabItem value =" code " label =" Full Spec " >
176
176
177
177
``` lua
178
- { " roobert/tailwindcss-colorizer-cmp.nvim" , config = true }
178
+ { " roobert/tailwindcss-colorizer-cmp.nvim" , opts = {} }
179
179
```
180
180
181
181
</TabItem >
Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ opts = {}
588
588
" folke/todo-comments.nvim" ,
589
589
cmd = { " TodoTrouble" , " TodoTelescope" },
590
590
event = " LazyFile" ,
591
- config = true ,
591
+ opts = {} ,
592
592
-- stylua: ignore
593
593
keys = {
594
594
{ " ]t" , function () require (" todo-comments" ).jump_next () end , desc = " Next Todo Comment" },
You can’t perform that action at this time.
0 commit comments