公式ドキュメントに記載されている。
```lua
{
"folke/todo-comments.nvim",
config = function()
require("todo-comments").setup({})
end,
}
```
は
```lua
{ "folke/todo-comments.nvim", opts = {} },
```
と書けるので `opts` を使おうという話。
## MOC
- 📒**関連**
- [[configの代わりにoptsを使えないケース (lazy.nvim)|configの代わりにoptsを使えないケース]]
- 📜**アクティビティ**
- 📝**トラブルシューティング**