refactor: config = true >> opts = {}
This commit is contained in:
@ -121,7 +121,7 @@ return {
|
||||
},
|
||||
{
|
||||
"leoluz/nvim-dap-go",
|
||||
config = true,
|
||||
opts = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -49,7 +49,7 @@ return {
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
dependencies = {
|
||||
{ "roobert/tailwindcss-colorizer-cmp.nvim", config = true },
|
||||
{ "roobert/tailwindcss-colorizer-cmp.nvim", opts = {} },
|
||||
},
|
||||
opts = function(_, opts)
|
||||
-- original LazyVim kind icon formatter
|
||||
|
Reference in New Issue
Block a user